From: Arnaud Lacombe Date: Sat, 6 Nov 2010 21:30:27 +0000 (-0300) Subject: i2c/algos: convert Kconfig to use the menu's `visible' keyword X-Git-Tag: v2.6.37-rc5~6^2^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c38bd4ffc7f24a99a14f9c776276e816f5de2509;p=karo-tx-linux.git i2c/algos: convert Kconfig to use the menu's `visible' keyword Signed-off-by: Arnaud Lacombe Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/i2c/algos/Kconfig b/drivers/i2c/algos/Kconfig index 7b2ce4a08524..f1cfe7e5508b 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"