]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: add HAS_IOPORT dependencies
authorNiklas Schnelle <schnelle@linux.ibm.com>
Thu, 24 Oct 2024 17:54:41 +0000 (19:54 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 28 Oct 2024 21:44:27 +0000 (21:44 +0000)
commitf062b6ecc798664ec4ad4a5f484c8456d2667059
treed0d079b2f4050b86b48a6304442f40cbc78def95
parentfae41fe16cdd3de091ac13f11a90859918424f95
Bluetooth: 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>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/bluetooth/Kconfig