diff options
author | Douglas Schilling Landgraf <dougsland@gmail.com> | 2007-07-02 23:16:17 -0300 |
---|---|---|
committer | Douglas Schilling Landgraf <dougsland@gmail.com> | 2007-07-02 23:16:17 -0300 |
commit | 159ec2553659d380a911ce1c184d94e8564fbfd2 (patch) | |
tree | 1ba0469cbfe0ac4e23b11135618b2906ce86d384 /linux/drivers/media/radio | |
parent | 24b1cf4ab4be6bebbdc0c76a2ad7d25a39ce7d3f (diff) | |
download | mediapointer-dvb-s2-159ec2553659d380a911ce1c184d94e8564fbfd2.tar.gz mediapointer-dvb-s2-159ec2553659d380a911ce1c184d94e8564fbfd2.tar.bz2 |
Kconfig: Added GemTek USB radio and removed experimental dependency.
From: Douglas Schilling Landgraf <dougsland@gmail.com>
Added GemTek USB radio and removed experimental dependency.
Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com>
Diffstat (limited to 'linux/drivers/media/radio')
-rw-r--r-- | linux/drivers/media/radio/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/radio/Kconfig b/linux/drivers/media/radio/Kconfig index fe881407f..2efe41ef4 100644 --- a/linux/drivers/media/radio/Kconfig +++ b/linux/drivers/media/radio/Kconfig @@ -356,8 +356,8 @@ config RADIO_ZOLTRIX_PORT Enter the I/O port of your Zoltrix radio card. config USB_DSBR - tristate "D-Link USB FM radio support (EXPERIMENTAL)" - depends on USB && VIDEO_V4L2 && EXPERIMENTAL + tristate "D-Link/GemTek 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 |