diff options
Diffstat (limited to 'arch/hexagon/Kconfig')
-rw-r--r-- | arch/hexagon/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index 02513c2dd5ec..9059e3905887 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig | |||
@@ -26,6 +26,7 @@ config HEXAGON | |||
26 | select HAVE_ARCH_KGDB | 26 | select HAVE_ARCH_KGDB |
27 | select HAVE_ARCH_TRACEHOOK | 27 | select HAVE_ARCH_TRACEHOOK |
28 | select NO_IOPORT | 28 | select NO_IOPORT |
29 | select GENERIC_IOMAP | ||
29 | # mostly generic routines, with some accelerated ones | 30 | # mostly generic routines, with some accelerated ones |
30 | ---help--- | 31 | ---help--- |
31 | Qualcomm Hexagon is a processor architecture designed for high | 32 | Qualcomm Hexagon is a processor architecture designed for high |
@@ -73,9 +74,6 @@ config GENERIC_CSUM | |||
73 | config GENERIC_IRQ_PROBE | 74 | config GENERIC_IRQ_PROBE |
74 | def_bool y | 75 | def_bool y |
75 | 76 | ||
76 | config GENERIC_IOMAP | ||
77 | def_bool y | ||
78 | |||
79 | #config ZONE_DMA | 77 | #config ZONE_DMA |
80 | # bool | 78 | # bool |
81 | # default y | 79 | # default y |