aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorOndrej Zary <linux@rainbow-software.org>2012-06-12 14:37:54 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-06-21 12:12:03 -0300
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
To compile this driver as a module, choose M here: the
module will be called radio-cadet.
+config RADIO_LM7000
+ tristate
+
config RADIO_RTRACK
tristate "AIMSlab RadioTrack (aka RadioReveal) support"
depends on ISA && VIDEO_V4L2