Commit 0e92f10b authored by Linus Torvalds's avatar Linus Torvalds

Add proper dependencies for the i2c chips/busses

parent 645dbacc
...@@ -7,6 +7,7 @@ menu "I2C Hardware Sensors Mainboard support" ...@@ -7,6 +7,7 @@ menu "I2C Hardware Sensors Mainboard support"
config I2C_AMD756 config I2C_AMD756
tristate " AMD 756/766" tristate " AMD 756/766"
depends on I2C && I2C_PROC
help help
If you say yes to this option, support will be included for the AMD If you say yes to this option, support will be included for the AMD
756/766/768 mainboard I2C interfaces. 756/766/768 mainboard I2C interfaces.
...@@ -23,6 +24,7 @@ config I2C_AMD756 ...@@ -23,6 +24,7 @@ config I2C_AMD756
config I2C_AMD8111 config I2C_AMD8111
tristate " AMD 8111" tristate " AMD 8111"
depends on I2C && I2C_PROC
help help
If you say yes to this option, support will be included for the AMD If you say yes to this option, support will be included for the AMD
8111 mainboard I2C interfaces. 8111 mainboard I2C interfaces.
......
...@@ -7,6 +7,7 @@ menu "I2C Hardware Sensors Chip support" ...@@ -7,6 +7,7 @@ menu "I2C Hardware Sensors Chip support"
config SENSORS_ADM1021 config SENSORS_ADM1021
tristate " Analog Devices ADM1021 and compatibles" tristate " Analog Devices ADM1021 and compatibles"
depends on I2C && I2C_PROC
help help
If you say yes here you get support for Analog Devices ADM1021 If you say yes here you get support for Analog Devices ADM1021
and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
...@@ -23,6 +24,7 @@ config SENSORS_ADM1021 ...@@ -23,6 +24,7 @@ config SENSORS_ADM1021
config SENSORS_LM75 config SENSORS_LM75
tristate " National Semiconductors LM75 and compatibles" tristate " National Semiconductors LM75 and compatibles"
depends on I2C && I2C_PROC
help help
If you say yes here you get support for National Semiconductor LM75 If you say yes here you get support for National Semiconductor LM75
sensor chips and clones: Dallas Semi DS75 and DS1775, TelCon sensor chips and clones: Dallas Semi DS75 and DS1775, TelCon
......
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