diff options
Diffstat (limited to 'arch/h8300/Kconfig')
-rw-r--r-- | arch/h8300/Kconfig | 7 |
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 | ||
68 | config ARCH_SUPPORTS_AOUT | ||
69 | def_bool y | ||
70 | |||
68 | config NO_IOPORT | 71 | config 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 | ||
85 | config HZ | ||
86 | int | ||
87 | default 100 | ||
88 | |||
82 | source "init/Kconfig" | 89 | source "init/Kconfig" |
83 | 90 | ||
84 | source "arch/h8300/Kconfig.cpu" | 91 | source "arch/h8300/Kconfig.cpu" |