diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-28 07:17:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-05 17:22:53 -0400 |
commit | 724f4a321ff5f6d4dd6176e95063d05a85520736 (patch) | |
tree | f5587892dc589a865f702cbeae71e5f8212b13cb /drivers/media/radio/Kconfig | |
parent | 8cfd9dccf2693774d28c2d4ea7b2a7301c99d190 (diff) |
[media] media: only show V4L devices based on device type selection
After this patch, the MEDIA*_SUPPORT will be used as a filter,
exposing only devices that are pertinent to one of the 3
V4L types: webcam/grabber, radio, analog TV.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index c257da13d766..24ce5a47f955 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -5,6 +5,7 @@ | |||
5 | menuconfig RADIO_ADAPTERS | 5 | menuconfig RADIO_ADAPTERS |
6 | bool "Radio Adapters" | 6 | bool "Radio Adapters" |
7 | depends on VIDEO_V4L2 | 7 | depends on VIDEO_V4L2 |
8 | depends on MEDIA_RADIO_SUPPORT | ||
8 | default y | 9 | default y |
9 | ---help--- | 10 | ---help--- |
10 | Say Y here to enable selecting AM/FM radio adapters. | 11 | Say Y here to enable selecting AM/FM radio adapters. |