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