Re: [PATCH v3 18/38] mISDN: add HAS_IOPORT dependencies

From: Jakub Kicinski
Date: Wed Mar 15 2023 - 01:42:00 EST


On Tue, 14 Mar 2023 13:11:56 +0100 Niklas Schnelle wrote:
> 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. With that the !S390 dependency on ISDN can be
> removed as all drivers without HAS_IOPORT requirement now build.
>
> Co-developed-by: Arnd Bergmann <arnd@xxxxxxxxxx>
> Signed-off-by: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>

I'm guessing this is going via some global route so:

Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx>