diff options
Diffstat (limited to 'arch/unicore32/Kconfig')
-rw-r--r-- | arch/unicore32/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index 942ed6174f1d..eeb8054c7cd8 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig | |||
@@ -12,6 +12,7 @@ config UNICORE32 | |||
12 | select GENERIC_IRQ_PROBE | 12 | select GENERIC_IRQ_PROBE |
13 | select GENERIC_IRQ_SHOW | 13 | select GENERIC_IRQ_SHOW |
14 | select ARCH_WANT_FRAME_POINTERS | 14 | select ARCH_WANT_FRAME_POINTERS |
15 | select GENERIC_IOMAP | ||
15 | help | 16 | help |
16 | UniCore-32 is 32-bit Instruction Set Architecture, | 17 | UniCore-32 is 32-bit Instruction Set Architecture, |
17 | including a series of low-power-consumption RISC chip | 18 | including a series of low-power-consumption RISC chip |
@@ -30,9 +31,6 @@ config GENERIC_CLOCKEVENTS | |||
30 | config GENERIC_CSUM | 31 | config GENERIC_CSUM |
31 | def_bool y | 32 | def_bool y |
32 | 33 | ||
33 | config GENERIC_IOMAP | ||
34 | def_bool y | ||
35 | |||
36 | config NO_IOPORT | 34 | config NO_IOPORT |
37 | bool | 35 | bool |
38 | 36 | ||