summaryrefslogtreecommitdiff
path: root/linux/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@linuxtv.org>2008-10-01 08:40:59 -0400
committerDouglas Schilling Landgraf <dougsland@linuxtv.org>2008-10-01 08:40:59 -0400
commitc623a52a2c3a4d36c4b41b8e5b2c54b71e364786 (patch)
tree9ea4a9e2f32d8cd66228da052d3ca0515f71d48c /linux/drivers/media/radio/Kconfig
parentb7d150678426686774ff4ee8365061eeefe7f021 (diff)
downloadmediapointer-dvb-s2-c623a52a2c3a4d36c4b41b8e5b2c54b71e364786.tar.gz
mediapointer-dvb-s2-c623a52a2c3a4d36c4b41b8e5b2c54b71e364786.tar.bz2
radio-mr800: Add driver for AverMedia MR 800 USB FM radio devices
From: Alexey Klimov <klimov.linux@gmail.com> This patch creates a new usb-radio driver, radio-mr800.c, that supports the AverMedia MR 800 USB FM radio devices. This device plugs into both the USB and an analog audio input, so this thing only deals with initialization and frequency setting, the audio data has to be handled by a sound driver. Priority: normal Signed-off-by: Alexey Klimov <klimov.linux@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/radio/Kconfig')
-rw-r--r--linux/drivers/media/radio/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/drivers/media/radio/Kconfig b/linux/drivers/media/radio/Kconfig
index 1b41b3f77..e51d707e5 100644
--- a/linux/drivers/media/radio/Kconfig
+++ b/linux/drivers/media/radio/Kconfig
@@ -361,4 +361,16 @@ config USB_SI470X
To compile this driver as a module, choose M here: the
module will be called radio-silabs.
+config USB_MR800
+ tristate "AverMedia MR 800 USB FM radio support"
+ depends on USB && VIDEO_V4L2
+ ---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 radio-mr800.
+
endif # RADIO_ADAPTERS