Commit b97adb59 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Guenter Roeck

hwmon: Allow to compile ASB100 and FSCHMD on !X86

The two drivers compile just fine on ARCH=arm. Allow to select
these drivers if COMPILE_TEST is enabled.
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
Link: https://lore.kernel.org/r/20220527153445.1871086-1-u.kleine-koenig@pengutronix.deSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 6fd58423
...@@ -382,7 +382,7 @@ config SENSORS_ARM_SCPI ...@@ -382,7 +382,7 @@ config SENSORS_ARM_SCPI
config SENSORS_ASB100 config SENSORS_ASB100
tristate "Asus ASB100 Bach" tristate "Asus ASB100 Bach"
depends on X86 && I2C depends on (X86 || COMPILE_TEST) && I2C
select HWMON_VID select HWMON_VID
help help
If you say yes here you get support for the ASB100 Bach sensor If you say yes here you get support for the ASB100 Bach sensor
...@@ -627,7 +627,7 @@ config SENSORS_MC13783_ADC ...@@ -627,7 +627,7 @@ config SENSORS_MC13783_ADC
config SENSORS_FSCHMD config SENSORS_FSCHMD
tristate "Fujitsu Siemens Computers sensor chips" tristate "Fujitsu Siemens Computers sensor chips"
depends on X86 && I2C depends on (X86 || COMPILE_TEST) && I2C
help help
If you say yes here you get support for the following Fujitsu If you say yes here you get support for the following Fujitsu
Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes, Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment