Commit 364745bf authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] I2C: fix up dependancies in the i2c/busses/Kconfig file

parent f42cacf3
......@@ -64,7 +64,7 @@ config I2C_I801
config I2C_I810
tristate "Intel 810/815"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C_ALGOBIT && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the Intel
810/815 family of mainboard I2C interfaces. Specifically, the
......@@ -129,7 +129,7 @@ config I2C_PROSAVAGE
config I2C_SAVAGE4
tristate "S3 Savage 4"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C_ALGOBIT && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the
S3 Savage 4 I2C interface.
......@@ -176,7 +176,7 @@ config I2C_SIS96X
config I2C_VIA
tristate "VIA 82C58B"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C_ALGOBIT && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the VIA
......@@ -205,7 +205,7 @@ config I2C_VIAPRO
config I2C_VOODOO3
tristate "Voodoo 3"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C_ALGOBIT && PCI && EXPERIMENTAL
help
If you say yes to this option, support will be included for the
......
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