diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1523046e092b..5c795193ebba 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -29,6 +29,10 @@ config MMU | |||
29 | bool | 29 | bool |
30 | default y | 30 | default y |
31 | 31 | ||
32 | config NO_IOPORT | ||
33 | bool | ||
34 | default n | ||
35 | |||
32 | config EISA | 36 | config EISA |
33 | bool | 37 | bool |
34 | ---help--- | 38 | ---help--- |
@@ -100,6 +104,10 @@ config GENERIC_BUST_SPINLOCK | |||
100 | config ARCH_MAY_HAVE_PC_FDC | 104 | config ARCH_MAY_HAVE_PC_FDC |
101 | bool | 105 | bool |
102 | 106 | ||
107 | config ZONE_DMA | ||
108 | bool | ||
109 | default y | ||
110 | |||
103 | config GENERIC_ISA_DMA | 111 | config GENERIC_ISA_DMA |
104 | bool | 112 | bool |
105 | 113 | ||
@@ -294,6 +302,7 @@ config ARCH_RPC | |||
294 | select TIMER_ACORN | 302 | select TIMER_ACORN |
295 | select ARCH_MAY_HAVE_PC_FDC | 303 | select ARCH_MAY_HAVE_PC_FDC |
296 | select ISA_DMA_API | 304 | select ISA_DMA_API |
305 | select NO_IOPORT | ||
297 | help | 306 | help |
298 | On the Acorn Risc-PC, Linux can support the internal IDE disk and | 307 | On the Acorn Risc-PC, Linux can support the internal IDE disk and |
299 | CD-ROM interface, serial and parallel port, and the floppy drive. | 308 | CD-ROM interface, serial and parallel port, and the floppy drive. |