fbdev: add HAS_IOPORT dependencies
authorNiklas Schnelle <schnelle@linux.ibm.com>
Wed, 10 Apr 2024 10:56:26 +0000 (12:56 +0200)
committerHelge Deller <deller@gmx.de>
Wed, 10 Apr 2024 13:24:02 +0000 (15:24 +0200)
commit536a82d8362b4e3801cf3ea04767c4dc715cfa1f
treef018ba1a3f1c5e8a0241464061e993a9603d3853
parent51084f89d687e14d96278241e5200cde4b0985c7
fbdev: add HAS_IOPORT dependencies

In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at
compile time. We thus need to add HAS_IOPORT as dependency for those
drivers using them.

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>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/Kconfig