diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2012-06-12 13:38:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-21 11:12:13 -0400 |
commit | bece083a6b2b242c7ab74117640396e1bd851e49 (patch) | |
tree | 51c10f318fcdf82d5d82fd68c9f6969813a359c5 /drivers/media/radio/Kconfig | |
parent | 4ecbb69414c61af3594209e081d6e834ea68a16d (diff) |
[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 | |||
193 | 193 | ||
194 | config RADIO_LM7000 | 194 | config RADIO_LM7000 |
195 | tristate | 195 | tristate |
196 | depends on RADIO_RTRACK | ||
197 | default RADIO_RTRACK | ||
196 | 198 | ||
197 | config RADIO_RTRACK | 199 | config RADIO_RTRACK |
198 | tristate "AIMSlab RadioTrack (aka RadioReveal) support" | 200 | tristate "AIMSlab RadioTrack (aka RadioReveal) support" |
199 | depends on ISA && VIDEO_V4L2 | 201 | depends on ISA && VIDEO_V4L2 |
200 | select RADIO_ISA | 202 | select RADIO_ISA |
203 | select RADIO_LM7000 | ||
201 | ---help--- | 204 | ---help--- |
202 | Choose Y here if you have one of these FM radio cards, and then fill | 205 | Choose Y here if you have one of these FM radio cards, and then fill |
203 | in the port address below. | 206 | in the port address below. |