commit | c38bd4ffc7f24a99a14f9c776276e816f5de2509 | [log] [tgz] |
---|---|---|
author | Arnaud Lacombe <lacombar@gmail.com> | Sat Nov 06 18:30:27 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Nov 22 11:27:35 2010 -0200 |
tree | 3fbca171813363a47a7fdbea4b09a2071ee3c2bc | |
parent | 37e3273ee52fb995c1f531fa1d98d190cc35e1bc [diff] [blame] |
i2c/algos: convert Kconfig to use the menu's `visible' keyword Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/i2c/algos/Kconfig b/drivers/i2c/algos/Kconfig index 7b2ce4a..f1cfe7e 100644 --- a/drivers/i2c/algos/Kconfig +++ b/drivers/i2c/algos/Kconfig
@@ -3,7 +3,7 @@ # menu "I2C Algorithms" - depends on !I2C_HELPER_AUTO + visible if !I2C_HELPER_AUTO config I2C_ALGOBIT tristate "I2C bit-banging interfaces"