summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-08-08 20:47:31 +0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-08-08 20:52:52 +0200
commit7fb6529762f8185f792ad74adcf211713f973c80 (patch)
treec6dd9bb2f151561e795977366669df55faf8eafb /drivers/media/radio/Kconfig
parentV4L/DVB (4399): Fix a typo that caused some compat stuff to not work (diff)
downloadlinux-7fb6529762f8185f792ad74adcf211713f973c80.tar.xz
linux-7fb6529762f8185f792ad74adcf211713f973c80.zip
V4L/DVB (4407): Driver dsbr100 is a radio device, not a video one!
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r--drivers/media/radio/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index de3128a31de8..220076b1b956 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -350,5 +350,15 @@ config RADIO_ZOLTRIX_PORT
help
Enter the I/O port of your Zoltrix radio card.
-endmenu
+config USB_DSBR
+ tristate "D-Link USB FM radio support (EXPERIMENTAL)"
+ depends on USB && VIDEO_V4L1 && EXPERIMENTAL
+ ---help---
+ Say Y here if you want to connect this type of radio to your
+ computer's USB port. Note that the audio is not digital, and
+ you must connect the line out connector to a sound card or a
+ set of speakers.
+ To compile this driver as a module, choose M here: the
+ module will be called dsbr100.
+endmenu