summaryrefslogtreecommitdiff
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-07-13 00:43:12 (GMT)
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-21 23:33:35 (GMT)
commit435ef148cabb65644032cb08d1ac3e7611cb24ae (patch)
tree3a7cf90ace7ed8b47eedcb2ab257813f60775751 /drivers/media/usb
parent0185e197dc656292de4a69b3c82bfa2a39385051 (diff)
downloadlinux-435ef148cabb65644032cb08d1ac3e7611cb24ae.tar.xz
[media] Kconfig: add SDR support
Add software defined radio device support for media Kconfig. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig
index 39d824e..f8c1099 100644
--- a/drivers/media/usb/Kconfig
+++ b/drivers/media/usb/Kconfig
@@ -52,5 +52,9 @@ if (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
source "drivers/media/usb/em28xx/Kconfig"
endif
+if MEDIA_SDR_SUPPORT
+ comment "Software defined radio USB devices"
+endif
+
endif #MEDIA_USB_SUPPORT
endif #USB