summaryrefslogtreecommitdiff
path: root/linux/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 20:27:09 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 20:27:09 -0200
commite09f8540a83dea53bc34089f07eca7a62e3c440d (patch)
treecfae861c129e4434bad6d3640915cff18924646f /linux/drivers/media/radio/Kconfig
parent07310480aa20dd3b3ba3bc0c5cd96a0cab6e63a5 (diff)
downloadmediapointer-dvb-s2-e09f8540a83dea53bc34089f07eca7a62e3c440d.tar.gz
mediapointer-dvb-s2-e09f8540a83dea53bc34089f07eca7a62e3c440d.tar.bz2
Add TEA5764 radio driver
From: Fabio Belavenuto <belavenuto@gmail.com> Add support for radio driver TEA5764 from NXP. This chip is connected in pxa I2C bus in EZX phones from Motorola, the chip is used in phone model A1200. This driver is for OpenEZX project (www.openezx.org) Tested with A1200 phone, openezx kernel and fm-tools Signed-off-by: Fabio Belavenuto <belavenuto@gmail.com> [mchehab@redhat.com: Fixed CodingStyle and solved some merge conflicts] Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/radio/Kconfig')
-rw-r--r--linux/drivers/media/radio/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/linux/drivers/media/radio/Kconfig b/linux/drivers/media/radio/Kconfig
index 5189c4eb4..3315cac87 100644
--- a/linux/drivers/media/radio/Kconfig
+++ b/linux/drivers/media/radio/Kconfig
@@ -387,4 +387,23 @@ config USB_MR800
To compile this driver as a module, choose M here: the
module will be called radio-mr800.
+config RADIO_TEA5764
+ tristate "TEA5764 I2C FM radio support"
+ depends on I2C && VIDEO_V4L2
+ ---help---
+ Say Y here if you want to use the TEA5764 FM chip found in
+ EZX phones. This FM chip is present in EZX phones from Motorola,
+ connected to internal pxa I2C bus.
+
+ To compile this driver as a module, choose M here: the
+ module will be called radio-tea5764.
+
+config RADIO_TEA5764_XTAL
+ bool "TEA5764 crystal reference"
+ depends on RADIO_TEA5764=y
+ default y
+ help
+ Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
+ here if TEA5764 reference frequency is connected in FREQIN.
+
endif # RADIO_ADAPTERS