Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support

In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at
compile time. As hexagon does not support I/O port access it also
the GENERIC_IOMAP mechanism of dynamically choosing between I/O port and
MMIO access doesn't work so don't select it.

Reviewed-by: Brian Cain <bcain@quicinc.com>
Co-developed-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Niklas Schnelle and committed by
Arnd Bergmann
fae41fe1 6d89ead1

-1
-1
arch/hexagon/Kconfig
··· 31 31 select HAVE_ARCH_TRACEHOOK 32 32 select NEED_SG_DMA_LENGTH 33 33 select NO_IOPORT_MAP 34 - select GENERIC_IOMAP 35 34 select GENERIC_IOREMAP 36 35 select GENERIC_SMP_IDLE_THREAD 37 36 select STACKTRACE_SUPPORT