diff options
author | Arnaud Lacombe <[email protected]> | 2010-11-06 18:30:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2010-11-22 11:27:34 -0200 |
commit | 37e3273ee52fb995c1f531fa1d98d190cc35e1bc (patch) | |
tree | 73cedf317ddc97a2dffc0fb03b6c55269ac9ee08 | |
parent | dfc518dd6b5c5e00f98906eaa5c7d716d856c098 (diff) |
media/video: convert Kconfig to use the menu's `visible' keyword
Signed-off-by: Arnaud Lacombe <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index ac16e815e275..6830d2848bd7 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -112,7 +112,7 @@ config VIDEO_IR_I2C # menu "Encoders/decoders and other helper chips" - depends on !VIDEO_HELPER_CHIPS_AUTO + visible if !VIDEO_HELPER_CHIPS_AUTO comment "Audio decoders" |