aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorOndrej Zary <linux@rainbow-software.org>2012-06-12 13:37:54 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-06-21 11:12:03 -0400
commit4ecbb69414c61af3594209e081d6e834ea68a16d (patch)
tree3af05249ef46680174185336c5dd200d724eb511 /drivers/media/radio/Kconfig
parent61bdbef063d2300f706133e677c61a1bec097ff8 (diff)
[media] radio: Add Sanyo LM7000 tuner driver
Add very simple driver for Sanyo LM7000 AM/FM tuner chip. Only FM is supported as there is no known HW with AM implemented. This will be used by radio-aimslab and radio-sf16fmi. 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 c257da13d76..5bcce129d71 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -191,6 +191,9 @@ config RADIO_CADET
191 To compile this driver as a module, choose M here: the 191 To compile this driver as a module, choose M here: the
192 module will be called radio-cadet. 192 module will be called radio-cadet.
193 193
194config RADIO_LM7000
195 tristate
196
194config RADIO_RTRACK 197config RADIO_RTRACK
195 tristate "AIMSlab RadioTrack (aka RadioReveal) support" 198 tristate "AIMSlab RadioTrack (aka RadioReveal) support"
196 depends on ISA && VIDEO_V4L2 199 depends on ISA && VIDEO_V4L2