aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/Kconfig')
-rw-r--r--arch/h8300/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig
index dc61222e1120..f69e5ea38558 100644
--- a/arch/h8300/Kconfig
+++ b/arch/h8300/Kconfig
@@ -65,6 +65,9 @@ config TIME_LOW_RES
65 bool 65 bool
66 default y 66 default y
67 67
68config ARCH_SUPPORTS_AOUT
69 def_bool y
70
68config NO_IOPORT 71config NO_IOPORT
69 def_bool y 72 def_bool y
70 73
@@ -79,6 +82,10 @@ config PCI
79 bool 82 bool
80 default n 83 default n
81 84
85config HZ
86 int
87 default 100
88
82source "init/Kconfig" 89source "init/Kconfig"
83 90
84source "arch/h8300/Kconfig.cpu" 91source "arch/h8300/Kconfig.cpu"