diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2010-11-06 21:30:26 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-11-22 13:27:34 (GMT) |
commit | 37e3273ee52fb995c1f531fa1d98d190cc35e1bc (patch) | |
tree | 73cedf317ddc97a2dffc0fb03b6c55269ac9ee08 /drivers/media | |
parent | dfc518dd6b5c5e00f98906eaa5c7d716d856c098 (diff) | |
download | linux-37e3273ee52fb995c1f531fa1d98d190cc35e1bc.tar.xz |
media/video: 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/media')
-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 ac16e81..6830d28 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" |