Skip to content

Commit fae41fe

Browse files
niklas88arndb
authored andcommitted
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>
1 parent 6d89ead commit fae41fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/hexagon/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ config HEXAGON
3131
select HAVE_ARCH_TRACEHOOK
3232
select NEED_SG_DMA_LENGTH
3333
select NO_IOPORT_MAP
34-
select GENERIC_IOMAP
3534
select GENERIC_IOREMAP
3635
select GENERIC_SMP_IDLE_THREAD
3736
select STACKTRACE_SUPPORT

0 commit comments

Comments
 (0)