diff options
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r-- | arch/m32r/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index 795180b8fd8e..d4679ab55b96 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -35,6 +35,13 @@ config NO_IOPORT | |||
35 | config NO_DMA | 35 | config NO_DMA |
36 | def_bool y | 36 | def_bool y |
37 | 37 | ||
38 | config ARCH_SUPPORTS_AOUT | ||
39 | def_bool y | ||
40 | |||
41 | config HZ | ||
42 | int | ||
43 | default 100 | ||
44 | |||
38 | source "init/Kconfig" | 45 | source "init/Kconfig" |
39 | 46 | ||
40 | 47 | ||