um: Select HAS_IOREMAP for UML_IOMEM_EMULATION
authorNiklas Schnelle <schnelle@linux.ibm.com>
Wed, 3 Apr 2024 12:43:00 +0000 (14:43 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 3 Jul 2024 10:21:01 +0000 (12:21 +0200)
commitddd268c42871b78c75e12a5c28207fb481138f41
tree7be2ea004aacfbf5fd6274cd6cb52e2d3bc2ade3
parent12b8e7e69aa7a008323d7a903392686ad0903828
um: Select HAS_IOREMAP for UML_IOMEM_EMULATION

In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at
compile time. UML supports these via its UML_IOMEM_EMULATION so let that
select HAS_IOPORT and also reflect this in NO_IOPORT_MAP.

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>
Link: https://patch.msgid.link/20240403124300.65379-2-schnelle@linux.ibm.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/Kconfig