diff mbox series

[ASUS,EC,Sensors,V6,v6,3/3] hwmon: deprecate asis_wmi_ec_sensors driver

Message ID 20220116201843.2301438-4-eugene.shalygin@gmail.com (mailing list archive)
State Changes Requested
Headers show
Series [ASUS,EC,Sensors,V6,v6,1/3] hwmon: (asus-ec-sensors) add driver for ASUS EC | expand

Commit Message

Eugene Shalygin Jan. 16, 2022, 8:18 p.m. UTC
---
 drivers/hwmon/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Guenter Roeck Jan. 18, 2022, 4:02 p.m. UTC | #1
No description, no Signed-off-by:. Sorry, you'll have to resend.

Guenter

On 1/16/22 12:18 PM, Eugene Shalygin wrote:
> ---
>   drivers/hwmon/Kconfig | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index 2c16b19d2c03..38094c702e4d 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
> @@ -2243,13 +2243,16 @@ config SENSORS_ASUS_WMI
>   
>   config SENSORS_ASUS_WMI_EC
>   	tristate "ASUS WMI B550/X570"
> -	depends on ACPI_WMI
> +	depends on ACPI_WMI && SENSORS_ASUS_EC=n
>   	help
>   	  If you say yes here you get support for the ACPI embedded controller
>   	  hardware monitoring interface found in B550/X570 ASUS motherboards.
>   	  This driver will provide readings of fans, voltages and temperatures
>   	  through the system firmware.
>   
> +	  This driver is deprecated in favor of the ASUS EC Sensors driver
> +	  which provides fully compatible output.
> +
>   	  This driver can also be built as a module. If so, the module
>   	  will be called asus_wmi_sensors_ec.
>   
>
diff mbox series

Patch

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 2c16b19d2c03..38094c702e4d 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -2243,13 +2243,16 @@  config SENSORS_ASUS_WMI
 
 config SENSORS_ASUS_WMI_EC
 	tristate "ASUS WMI B550/X570"
-	depends on ACPI_WMI
+	depends on ACPI_WMI && SENSORS_ASUS_EC=n
 	help
 	  If you say yes here you get support for the ACPI embedded controller
 	  hardware monitoring interface found in B550/X570 ASUS motherboards.
 	  This driver will provide readings of fans, voltages and temperatures
 	  through the system firmware.
 
+	  This driver is deprecated in favor of the ASUS EC Sensors driver
+	  which provides fully compatible output.
+
 	  This driver can also be built as a module. If so, the module
 	  will be called asus_wmi_sensors_ec.