power: reset: add HAS_IOPORT dependencies
authorNiklas Schnelle <schnelle@linux.ibm.com>
Tue, 16 May 2023 11:00:23 +0000 (13:00 +0200)
committerSebastian Reichel <sre@kernel.org>
Tue, 16 May 2023 19:58:57 +0000 (21:58 +0200)
commiteae36cb82440bc14e3299e46efdf2bdcc381880c
treebd5b2f3399670d4ceebbf194b372040b55935017
parent18618dd0de3d2566da2eb651bf3e168803d8dbc5
power: reset: add HAS_IOPORT dependencies

In a future patch HAS_IOPORT=n will result in inb()/outb() and friends
not being declared. 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: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/Kconfig