diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-08-08 14:19:23 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-08-08 14:19:23 -0700 |
commit | ad552692a4489917fa4b71f9c6a91baae4aee799 (patch) | |
tree | 26cd1c8a92f9c8f9a219961fe054adbf877e85f4 /drivers/media/radio/Kconfig | |
parent | 20dbfad8e5dfea56b3cb0cfd4465f01c37b57aa6 (diff) | |
parent | 0851fb48486c044476b019029245cb9b348fca33 (diff) |
Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index de3128a31de..220076b1b95 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 |