aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorRichard Röjfors <richard.rojfors@mocean-labs.com>2009-09-22 09:14:39 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 15:40:43 -0500
commiteea85b0a629970d462481a80e1d45f4d71fe797f (patch)
tree6b305c5fb254f6afc623094b07a501df2e305805 /drivers/media/radio/Kconfig
parent42752f7a3f4afbabb513d5769c590e9abe2d0cd6 (diff)
V4L/DVB (13177): radio: Add support for TEF6862 tuner
This patch adds support for TEF6862 Car Radio Enhanced Selectivity Tuner. It's implemented as a subdev, supporting checking signal strength and setting and getting frequency. Signed-off-by: Richard Röjfors <richard.rojfors@mocean-labs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r--drivers/media/radio/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index a87a477c87f2..931b8b370b50 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -401,4 +401,16 @@ config RADIO_TEA5764_XTAL
401 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N 401 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
402 here if TEA5764 reference frequency is connected in FREQIN. 402 here if TEA5764 reference frequency is connected in FREQIN.
403 403
404config RADIO_TEF6862
405 tristate "TEF6862 Car Radio Enhanced Selectivity Tuner"
406 depends on I2C && VIDEO_V4L2
407 ---help---
408 Say Y here if you want to use the TEF6862 Car Radio Enhanced
409 Selectivity Tuner, found for instance on the Russellville development
410 board. On the russellville the device is connected to internal
411 timberdale I2C bus.
412
413 To compile this driver as a module, choose M here: the
414 module will be called TEF6862.
415
404endif # RADIO_ADAPTERS 416endif # RADIO_ADAPTERS