diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-28 08:17:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-05 18:22:53 -0300 |
commit | 724f4a321ff5f6d4dd6176e95063d05a85520736 (patch) | |
tree | f5587892dc589a865f702cbeae71e5f8212b13cb /drivers/media/radio | |
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')
-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 c257da13d76..24ce5a47f95 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -5,6 +5,7 @@ menuconfig RADIO_ADAPTERS bool "Radio Adapters" depends on VIDEO_V4L2 + depends on MEDIA_RADIO_SUPPORT default y ---help--- Say Y here to enable selecting AM/FM radio adapters. |