diff options
author | Eugene Shalygin <eugene.shalygin@gmail.com> | 2022-02-17 08:32:38 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-02-27 17:03:18 -0800 |
commit | 034dadfbd329231fc771984d4897c71f73a4434d (patch) | |
tree | 9c9b9838272d801ff904ae31d9af50edbe59d76f /drivers/hwmon/Kconfig | |
parent | 1298184b387fd71fe68ecb7dc2001cb63ffa17c5 (diff) | |
download | linux-034dadfbd329231fc771984d4897c71f73a4434d.tar.gz linux-034dadfbd329231fc771984d4897c71f73a4434d.tar.bz2 linux-034dadfbd329231fc771984d4897c71f73a4434d.zip |
hwmon: (asus-ec-sensors) depend on X86 in KConfig
All the supported mainboards are for the X86 platform
Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
Link: https://lore.kernel.org/r/20220217073238.2479005-1-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index ce9149e0648f..b3597ba66ddb 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -2284,6 +2284,7 @@ config SENSORS_ASUS_WMI_EC config SENSORS_ASUS_EC tristate "ASUS EC Sensors" + depends on X86 help If you say yes here you get support for the ACPI embedded controller hardware monitoring interface found in ASUS motherboards. The driver |