m68k: Let GENERIC_IOMAP depend on HAS_IOPORT
authorNiklas Schnelle <schnelle@linux.ibm.com>
Wed, 3 Apr 2024 12:28:51 +0000 (14:28 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 8 May 2024 15:43:22 +0000 (17:43 +0200)
commit40d4388722fcc65e0493cfc90bab0605b532dffa
tree9b4b770e2b9c6cc2ec8d289f5a54815f7a87d07a
parentbd622532f7b35805d6afde38639b0d631fda818b
m68k: Let GENERIC_IOMAP depend on HAS_IOPORT

In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at
compile time. With that choosing dynamically between I/O port and MMIO
access via GNERIC_IOMAP will not work. So only select GENERIC_IOMAP when
HAS_IOPORT is selected.

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>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20240403122851.38808-2-schnelle@linux.ibm.com
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/Kconfig