Commit dabf375b authored by Jean Delvare's avatar Jean Delvare Committed by Mark M. Hoffman

hwmon: Kconfig dependency cleanups

* Drop HWMON from the dependency list of ABITUGURU3 and LM93: this is
  now handled at menu level.
* Make the Abit, Asus and FSC chip drivers depend on X86. These are
  custom chips which can only be found on their respective manufacturer's
  systems, and these manufacturers only do x86 hardware AFAIK.
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Acked-by: default avatarHans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: default avatarMark M. Hoffman <mhoffman@lightlink.com>
parent 739ba248
...@@ -30,7 +30,7 @@ config HWMON_VID ...@@ -30,7 +30,7 @@ config HWMON_VID
config SENSORS_ABITUGURU config SENSORS_ABITUGURU
tristate "Abit uGuru (rev 1 & 2)" tristate "Abit uGuru (rev 1 & 2)"
depends on EXPERIMENTAL depends on X86 && EXPERIMENTAL
help help
If you say yes here you get support for the sensor part of the first If you say yes here you get support for the sensor part of the first
and second revision of the Abit uGuru chip. The voltage and frequency and second revision of the Abit uGuru chip. The voltage and frequency
...@@ -45,7 +45,7 @@ config SENSORS_ABITUGURU ...@@ -45,7 +45,7 @@ config SENSORS_ABITUGURU
config SENSORS_ABITUGURU3 config SENSORS_ABITUGURU3
tristate "Abit uGuru (rev 3)" tristate "Abit uGuru (rev 3)"
depends on HWMON && EXPERIMENTAL depends on X86 && EXPERIMENTAL
help help
If you say yes here you get support for the sensor part of the If you say yes here you get support for the sensor part of the
third revision of the Abit uGuru chip. Only reading the sensors third revision of the Abit uGuru chip. Only reading the sensors
...@@ -182,7 +182,7 @@ config SENSORS_AMS_I2C ...@@ -182,7 +182,7 @@ config SENSORS_AMS_I2C
config SENSORS_ASB100 config SENSORS_ASB100
tristate "Asus ASB100 Bach" tristate "Asus ASB100 Bach"
depends on I2C && EXPERIMENTAL depends on X86 && I2C && EXPERIMENTAL
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
...@@ -248,7 +248,7 @@ config SENSORS_F75375S ...@@ -248,7 +248,7 @@ config SENSORS_F75375S
config SENSORS_FSCHER config SENSORS_FSCHER
tristate "FSC Hermes" tristate "FSC Hermes"
depends on I2C depends on X86 && I2C
help help
If you say yes here you get support for Fujitsu Siemens If you say yes here you get support for Fujitsu Siemens
Computers Hermes sensor chips. Computers Hermes sensor chips.
...@@ -258,7 +258,7 @@ config SENSORS_FSCHER ...@@ -258,7 +258,7 @@ config SENSORS_FSCHER
config SENSORS_FSCPOS config SENSORS_FSCPOS
tristate "FSC Poseidon" tristate "FSC Poseidon"
depends on I2C depends on X86 && I2C
help help
If you say yes here you get support for Fujitsu Siemens If you say yes here you get support for Fujitsu Siemens
Computers Poseidon sensor chips. Computers Poseidon sensor chips.
...@@ -431,7 +431,7 @@ config SENSORS_LM92 ...@@ -431,7 +431,7 @@ config SENSORS_LM92
config SENSORS_LM93 config SENSORS_LM93
tristate "National Semiconductor LM93 and compatibles" tristate "National Semiconductor LM93 and compatibles"
depends on HWMON && I2C depends on I2C
select HWMON_VID select HWMON_VID
help help
If you say yes here you get support for National Semiconductor LM93 If you say yes here you get support for National Semiconductor LM93
......
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