Re: [PATCH 3/3] hwmon: (asus_wmi_ec_sensors) remove the driver

From: Guenter Roeck
Date: Tue Jan 11 2022 - 11:36:51 EST


On 1/11/22 8:08 AM, Eugene Shalygin wrote:
The driver is superceeded by asus-ec-sensors

superseded

I want to have this handled differently: In Kconfig, mark the
SENSORS_ASUS_WMI_EC driver as depending on !SENSORS_ASUS_EC,
and add a note to Kconfig stating that the driver is replaced
by SENSORS_ASUS_EC, which should be used instead. Then, in a couple
of releases, we can remove the obsolete driver. This will give
us some test coverage of the new driver but still provide an alternative.

Thanks,
Guenter