diff options
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 2e74cb0b7807..7fbb44bea37f 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -7,6 +7,10 @@ config FRAME_POINTER | |||
7 | bool | 7 | bool |
8 | default n | 8 | default n |
9 | 9 | ||
10 | config ZONE_DMA | ||
11 | bool | ||
12 | default y | ||
13 | |||
10 | config XTENSA | 14 | config XTENSA |
11 | bool | 15 | bool |
12 | default y | 16 | default y |
@@ -42,6 +46,9 @@ config ARCH_HAS_ILOG2_U64 | |||
42 | bool | 46 | bool |
43 | default n | 47 | default n |
44 | 48 | ||
49 | config NO_IOPORT | ||
50 | def_bool y | ||
51 | |||
45 | source "init/Kconfig" | 52 | source "init/Kconfig" |
46 | 53 | ||
47 | menu "Processor type and features" | 54 | menu "Processor type and features" |