Ver código fonte

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>
Arnaud Lacombe 14 anos atrás
pai
commit
c38bd4ffc7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/i2c/algos/Kconfig

+ 1 - 1
drivers/i2c/algos/Kconfig

@@ -3,7 +3,7 @@
 #
 #
 
 
 menu "I2C Algorithms"
 menu "I2C Algorithms"
-	depends on !I2C_HELPER_AUTO
+	visible if !I2C_HELPER_AUTO
 
 
 config I2C_ALGOBIT
 config I2C_ALGOBIT
 	tristate "I2C bit-banging interfaces"
 	tristate "I2C bit-banging interfaces"