diff options
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 3474309e049c..4b41248b61ad 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -9,6 +9,10 @@ config MMU | |||
9 | bool | 9 | bool |
10 | default y | 10 | default y |
11 | 11 | ||
12 | config ZONE_DMA | ||
13 | bool | ||
14 | default y | ||
15 | |||
12 | config RWSEM_GENERIC_SPINLOCK | 16 | config RWSEM_GENERIC_SPINLOCK |
13 | bool | 17 | bool |
14 | default y | 18 | default y |
@@ -40,6 +44,9 @@ config IRQ_PER_CPU | |||
40 | bool | 44 | bool |
41 | default y | 45 | default y |
42 | 46 | ||
47 | config NO_IOPORT | ||
48 | def_bool y | ||
49 | |||
43 | config CRIS | 50 | config CRIS |
44 | bool | 51 | bool |
45 | default y | 52 | default y |