diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2010-11-06 18:30:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-11-22 11:27:35 -0200 |
commit | c38bd4ffc7f24a99a14f9c776276e816f5de2509 (patch) | |
tree | 3fbca171813363a47a7fdbea4b09a2071ee3c2bc /drivers/i2c | |
parent | 37e3273ee52fb995c1f531fa1d98d190cc35e1bc (diff) | |
download | linux-c38bd4ffc7f24a99a14f9c776276e816f5de2509.tar.bz2 |
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/i2c')
-rw-r--r-- | drivers/i2c/algos/Kconfig | 2 |
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" |