Re: [PATCH v1 1/1] watchdog: nic7018_wdt: tidy up ACPI ID table
From: Andy Shevchenko
Date: Tue Feb 25 2025 - 06:03:43 EST
On Tue, Feb 25, 2025 at 11:58:04AM +0200, Andy Shevchenko wrote:
> Tidy up ACPI ID table:
> - drop ACPI_PTR() and hence replace acpi.h with mod_devicetable.h
> - remove explicit driver_data initializer
> - drop comma in the terminator entry
>
> With that done, extend compile test coverage.
...
> config NIC7018_WDT
> tristate "NIC7018 Watchdog"
> - depends on X86 && ACPI
> + depends on HAS_IOMEM
Oh, this should be HAS_IOPORT, compiling on X86 won't help to find this issue
:-)
> + depends on ACPI || COMPILE_TEST
> select WATCHDOG_CORE
--
With Best Regards,
Andy Shevchenko