diff options
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 25993c2a8fbb..823f73736bb5 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -17,6 +17,10 @@ config FPU | |||
17 | bool | 17 | bool |
18 | default n | 18 | default n |
19 | 19 | ||
20 | config ZONE_DMA | ||
21 | bool | ||
22 | default y | ||
23 | |||
20 | config RWSEM_GENERIC_SPINLOCK | 24 | config RWSEM_GENERIC_SPINLOCK |
21 | bool | 25 | bool |
22 | default y | 26 | default y |
@@ -49,6 +53,9 @@ config TIME_LOW_RES | |||
49 | bool | 53 | bool |
50 | default y | 54 | default y |
51 | 55 | ||
56 | config NO_IOPORT | ||
57 | def_bool y | ||
58 | |||
52 | source "init/Kconfig" | 59 | source "init/Kconfig" |
53 | 60 | ||
54 | menu "Processor type and features" | 61 | menu "Processor type and features" |