Commit 53f56317 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

i2c: fix up broken drivers/i2c/busses build due to I2C_PROC now being gone.

parent 37581a1c
# #
# Sensor device configuration # Sensor device configuration
# All depend on EXPERIMENTAL, I2C and I2C_PROC.
# #
menu "I2C Hardware Sensors Mainboard support" menu "I2C Hardware Sensors Mainboard support"
config I2C_ALI15X3 config I2C_ALI15X3
tristate " ALI 15x3" tristate " ALI 15x3"
depends on I2C && I2C_PROC && PCI && EXPERIMENTAL depends on I2C && PCI && EXPERIMENTAL
help help
If you say yes to this option, support will be included for the If you say yes to this option, support will be included for the
Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces. Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
...@@ -21,7 +20,7 @@ config I2C_ALI15X3 ...@@ -21,7 +20,7 @@ config I2C_ALI15X3
config I2C_AMD756 config I2C_AMD756
tristate " AMD 756/766" tristate " AMD 756/766"
depends on I2C && I2C_PROC depends on I2C && EXPERIMENTAL
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.
...@@ -38,7 +37,7 @@ config I2C_AMD756 ...@@ -38,7 +37,7 @@ config I2C_AMD756
config I2C_AMD8111 config I2C_AMD8111
tristate " AMD 8111" tristate " AMD 8111"
depends on I2C && I2C_PROC depends on I2C && EXPERIMENTAL
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.
...@@ -55,7 +54,7 @@ config I2C_AMD8111 ...@@ -55,7 +54,7 @@ config I2C_AMD8111
config I2C_I801 config I2C_I801
tristate " Intel 801" tristate " Intel 801"
depends on I2C && I2C_PROC && PCI && EXPERIMENTAL depends on I2C && PCI && EXPERIMENTAL
help help
If you say yes to this option, support will be included for the Intel If you say yes to this option, support will be included for the Intel
801 family of mainboard I2C interfaces. Specifically, the following 801 family of mainboard I2C interfaces. Specifically, the following
...@@ -78,7 +77,7 @@ config I2C_I801 ...@@ -78,7 +77,7 @@ config I2C_I801
config I2C_ISA config I2C_ISA
tristate " ISA Bus support" tristate " ISA Bus support"
depends on I2C && I2C_PROC && ISA && EXPERIMENTAL depends on I2C && ISA && EXPERIMENTAL
help help
If you say yes to this option, support will be included for i2c If you say yes to this option, support will be included for i2c
interfaces that are on the ISA bus. interfaces that are on the ISA bus.
...@@ -96,7 +95,7 @@ config I2C_ISA ...@@ -96,7 +95,7 @@ config I2C_ISA
config I2C_PIIX4 config I2C_PIIX4
tristate " Intel PIIX4" tristate " Intel PIIX4"
depends on I2C && I2C_PROC && PCI && EXPERIMENTAL depends on I2C && PCI && EXPERIMENTAL
help help
If you say yes to this option, support will be included for the Intel If you say yes to this option, support will be included for the Intel
PIIX4 family of mainboard I2C interfaces. Specifically, the following PIIX4 family of mainboard I2C interfaces. Specifically, the following
......
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