aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorRichard Röjfors <richard.rojfors@pelagicore.com>2010-02-03 10:59:39 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 13:10:56 -0500
commitd44d1f3bfaef71ce27b4fd2284ec528b52617977 (patch)
tree8e17a7eac96940eafba3bbb58f3263fdc9a4b465 /drivers/media/radio/Kconfig
parent6525e67c01d303153272c26cb8118a3c314f4a1f (diff)
V4L/DVB: radio: Add radio-timb
This patch add supports for the radio system on the Intel Russellville board. It's a In-Vehicle Infotainment board with a radio tuner and DSP. This umbrella driver has the DSP and tuner as V4L2 subdevs and calls them when needed. Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com> Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r--drivers/media/radio/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index e5f0d7a8dd0b..7a1b2d219592 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -441,4 +441,14 @@ config RADIO_TEF6862
441 To compile this driver as a module, choose M here: the 441 To compile this driver as a module, choose M here: the
442 module will be called TEF6862. 442 module will be called TEF6862.
443 443
444config RADIO_TIMBERDALE
445 tristate "Enable the Timberdale radio driver"
446 depends on MFD_TIMBERDALE && VIDEO_V4L2
447 select RADIO_TEF6862
448 select RADIO_SAA7706H
449 ---help---
450 This is a kind of umbrella driver for the Radio Tuner and DSP
451 found behind the Timberdale FPGA on the Russellville board.
452 Enabling this driver will automatically select the DSP and tuner.
453
444endif # RADIO_ADAPTERS 454endif # RADIO_ADAPTERS