summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorArnaud Lacombe2010-11-06 22:30:27 +0100
committerMauro Carvalho Chehab2010-11-22 14:27:35 +0100
commitc38bd4ffc7f24a99a14f9c776276e816f5de2509 (patch)
tree3fbca171813363a47a7fdbea4b09a2071ee3c2bc /drivers
parentmedia/video: convert Kconfig to use the menu's `visible' keyword (diff)
downloadkernel-qcow2-linux-c38bd4ffc7f24a99a14f9c776276e816f5de2509.tar.gz
kernel-qcow2-linux-c38bd4ffc7f24a99a14f9c776276e816f5de2509.tar.xz
kernel-qcow2-linux-c38bd4ffc7f24a99a14f9c776276e816f5de2509.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/algos/Kconfig2
1 files changed, 1 insertions, 1 deletions
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"