aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorOndrej Zary <linux@rainbow-software.org>2012-06-12 14:38:00 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-06-21 12:12:13 -0300
commitbece083a6b2b242c7ab74117640396e1bd851e49 (patch)
tree51c10f318fcdf82d5d82fd68c9f6969813a359c5 /drivers/media/radio/Kconfig
parent4ecbb69414c61af3594209e081d6e834ea68a16d (diff)
downloadlinux-bece083a6b2b242c7ab74117640396e1bd851e49.tar.gz
[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/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index 5bcce129d718bd..abdf43c05720f5 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.