diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-25 18:06:54 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-25 18:06:54 +0400 |
commit | 8f7fa3c8014cc6a892e5bd0e31dc772989935ec3 (patch) | |
tree | 612261b4a16550f22c098b9ce76bdfccce8e008d /drivers/media/radio/Kconfig | |
parent | 6d642d26065c5d375fbb819dbfd8f5d1b9255ece (diff) | |
download | linux-8f7fa3c8014cc6a892e5bd0e31dc772989935ec3.tar.xz |
Revert "[media] radio-aimslab: Use LM7000 driver"
This reverts commit bece083a6b2b242c7ab74117640396e1bd851e49.
As requested by Hans Verkuil:
> You accidentally merged the wrong first version of the lm7000 patch series.
>
> These are the correct second version patches:
>
> http://patchwork.linuxtv.org/patch/11689/
> http://patchwork.linuxtv.org/patch/11690/
> http://patchwork.linuxtv.org/patch/11691/
>
> The second version is much simpler and doesn't require the creation of a whole
> new driver.
Requested-by: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index abdf43c05720..5bcce129d718 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -193,14 +193,11 @@ config RADIO_CADET config RADIO_LM7000 tristate - depends on RADIO_RTRACK - default RADIO_RTRACK config RADIO_RTRACK tristate "AIMSlab RadioTrack (aka RadioReveal) support" depends on ISA && VIDEO_V4L2 select RADIO_ISA - select RADIO_LM7000 ---help--- Choose Y here if you have one of these FM radio cards, and then fill in the port address below. |