diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2012-06-12 19:38:00 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-21 17:12:13 +0200 |
commit | bece083a6b2b242c7ab74117640396e1bd851e49 (patch) | |
tree | 51c10f318fcdf82d5d82fd68c9f6969813a359c5 /drivers/media/radio/Kconfig | |
parent | [media] radio: Add Sanyo LM7000 tuner driver (diff) | |
download | linux-bece083a6b2b242c7ab74117640396e1bd851e49.tar.xz linux-bece083a6b2b242c7ab74117640396e1bd851e49.zip |
[media] radio-aimslab: Use LM7000 driver
Convert radio-aimslab to use generic LM7000 driver.
Tested with Reveal RA300.
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
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, 3 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 5bcce129d718..abdf43c05720 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -193,11 +193,14 @@ 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. |