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 34a84bc4baf5..1734d96422c6 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig | |||
@@ -17,6 +17,10 @@ config SWAP | |||
17 | bool | 17 | bool |
18 | default n | 18 | default n |
19 | 19 | ||
20 | config ZONE_DMA | ||
21 | bool | ||
22 | default y | ||
23 | |||
20 | config FPU | 24 | config FPU |
21 | bool | 25 | bool |
22 | default n | 26 | default n |
@@ -53,6 +57,9 @@ config TIME_LOW_RES | |||
53 | bool | 57 | bool |
54 | default y | 58 | default y |
55 | 59 | ||
60 | config NO_IOPORT | ||
61 | def_bool y | ||
62 | |||
56 | config ISA | 63 | config ISA |
57 | bool | 64 | bool |
58 | default y | 65 | default y |