Re: [PATCH 1/1] hwmon: add HAS_IOPORT dependencies

From: Guenter Roeck
Date: Wed Apr 10 2024 - 11:23:14 EST


On Thu, Apr 04, 2024 at 02:47:00PM +0200, Niklas Schnelle wrote:
> 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.
>
> Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx>
> Co-developed-by: Arnd Bergmann <arnd@xxxxxxxxxx>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxxxx>
> Signed-off-by: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>

Applied.

Guenter