projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e3273
)
i2c/algos: convert Kconfig to use the menu's `visible' keyword
author
Arnaud Lacombe
<lacombar@gmail.com>
Sat, 6 Nov 2010 21:30:27 +0000
(18:30 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 22 Nov 2010 13:27:35 +0000
(11:27 -0200)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/i2c/algos/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/algos/Kconfig
b/drivers/i2c/algos/Kconfig
index 7b2ce4a085247fa3f123e9e527b4b0718db0a215..f1cfe7e5508bb1cf65a82fac5903472927c3d184 100644
(file)
--- 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"