aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r--arch/m32r/Kconfig7
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
35config NO_DMA 35config NO_DMA
36 def_bool y 36 def_bool y
37 37
38config ARCH_SUPPORTS_AOUT
39 def_bool y
40
41config HZ
42 int
43 default 100
44
38source "init/Kconfig" 45source "init/Kconfig"
39 46
40 47