diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-08-29 06:19:00 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-10-09 22:56:31 -0400 |
commit | dabf375b87407757ec4c8ea54f936918ec88b7ca (patch) | |
tree | 8884eaa0acb3266b47156b15bbfff1951f820190 /drivers | |
parent | 739ba2486e8444b27a3ec975205798ef17def963 (diff) |
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: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index a2f60748951d..52511742b335 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -30,7 +30,7 @@ config HWMON_VID | |||
30 | 30 | ||
31 | config SENSORS_ABITUGURU | 31 | config SENSORS_ABITUGURU |
32 | tristate "Abit uGuru (rev 1 & 2)" | 32 | tristate "Abit uGuru (rev 1 & 2)" |
33 | depends on EXPERIMENTAL | 33 | depends on X86 && EXPERIMENTAL |
34 | help | 34 | help |
35 | If you say yes here you get support for the sensor part of the first | 35 | If you say yes here you get support for the sensor part of the first |
36 | and second revision of the Abit uGuru chip. The voltage and frequency | 36 | and second revision of the Abit uGuru chip. The voltage and frequency |
@@ -45,7 +45,7 @@ config SENSORS_ABITUGURU | |||
45 | 45 | ||
46 | config SENSORS_ABITUGURU3 | 46 | config SENSORS_ABITUGURU3 |
47 | tristate "Abit uGuru (rev 3)" | 47 | tristate "Abit uGuru (rev 3)" |
48 | depends on HWMON && EXPERIMENTAL | 48 | depends on X86 && EXPERIMENTAL |
49 | help | 49 | help |
50 | If you say yes here you get support for the sensor part of the | 50 | If you say yes here you get support for the sensor part of the |
51 | third revision of the Abit uGuru chip. Only reading the sensors | 51 | third revision of the Abit uGuru chip. Only reading the sensors |
@@ -182,7 +182,7 @@ config SENSORS_AMS_I2C | |||
182 | 182 | ||
183 | config SENSORS_ASB100 | 183 | config SENSORS_ASB100 |
184 | tristate "Asus ASB100 Bach" | 184 | tristate "Asus ASB100 Bach" |
185 | depends on I2C && EXPERIMENTAL | 185 | depends on X86 && I2C && EXPERIMENTAL |
186 | select HWMON_VID | 186 | select HWMON_VID |
187 | help | 187 | help |
188 | If you say yes here you get support for the ASB100 Bach sensor | 188 | If you say yes here you get support for the ASB100 Bach sensor |
@@ -248,7 +248,7 @@ config SENSORS_F75375S | |||
248 | 248 | ||
249 | config SENSORS_FSCHER | 249 | config SENSORS_FSCHER |
250 | tristate "FSC Hermes" | 250 | tristate "FSC Hermes" |
251 | depends on I2C | 251 | depends on X86 && I2C |
252 | help | 252 | help |
253 | If you say yes here you get support for Fujitsu Siemens | 253 | If you say yes here you get support for Fujitsu Siemens |
254 | Computers Hermes sensor chips. | 254 | Computers Hermes sensor chips. |
@@ -258,7 +258,7 @@ config SENSORS_FSCHER | |||
258 | 258 | ||
259 | config SENSORS_FSCPOS | 259 | config SENSORS_FSCPOS |
260 | tristate "FSC Poseidon" | 260 | tristate "FSC Poseidon" |
261 | depends on I2C | 261 | depends on X86 && I2C |
262 | help | 262 | help |
263 | If you say yes here you get support for Fujitsu Siemens | 263 | If you say yes here you get support for Fujitsu Siemens |
264 | Computers Poseidon sensor chips. | 264 | Computers Poseidon sensor chips. |
@@ -431,7 +431,7 @@ config SENSORS_LM92 | |||
431 | 431 | ||
432 | config SENSORS_LM93 | 432 | config SENSORS_LM93 |
433 | tristate "National Semiconductor LM93 and compatibles" | 433 | tristate "National Semiconductor LM93 and compatibles" |
434 | depends on HWMON && I2C | 434 | depends on I2C |
435 | select HWMON_VID | 435 | select HWMON_VID |
436 | help | 436 | help |
437 | If you say yes here you get support for National Semiconductor LM93 | 437 | If you say yes here you get support for National Semiconductor LM93 |