Commit 57da3f3d authored by Timo Teras's avatar Timo Teras Committed by Tony Lindgren

ARM: OMAP: Philips TEA5761 Radio driver for N800

- Taken from maemo.org N800 kernel package.
Signed-off-by: default avatarTrilok Soni <soni.trilok@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 46b38770
...@@ -317,6 +317,21 @@ config RADIO_ZOLTRIX_PORT ...@@ -317,6 +317,21 @@ config RADIO_ZOLTRIX_PORT
help help
Enter the I/O port of your Zoltrix radio card. Enter the I/O port of your Zoltrix radio card.
config RADIO_TEA5761
tristate "Philips Semiconductors TEA5761 I2C FM Radio"
select I2C
select VIDEO_V4L2
help
Choose Y here if you have one of these AM/FM radio cards.
In order to control your radio card, you will need to use programs
that are compatible with the Video For Linux 2 API. Information on
this API and pointers to "v4l" programs may be found at
<file:Documentation/video4linux/API.html>.
To compile this driver as a module, choose M here: the
module will be called radio-tea5761.
config USB_DSBR config USB_DSBR
tristate "D-Link USB FM radio support (EXPERIMENTAL)" tristate "D-Link USB FM radio support (EXPERIMENTAL)"
depends on USB && VIDEO_V4L2 && EXPERIMENTAL depends on USB && VIDEO_V4L2 && EXPERIMENTAL
......
...@@ -20,6 +20,7 @@ obj-$(CONFIG_RADIO_GEMTEK) += radio-gemtek.o ...@@ -20,6 +20,7 @@ obj-$(CONFIG_RADIO_GEMTEK) += radio-gemtek.o
obj-$(CONFIG_RADIO_GEMTEK_PCI) += radio-gemtek-pci.o obj-$(CONFIG_RADIO_GEMTEK_PCI) += radio-gemtek-pci.o
obj-$(CONFIG_RADIO_TRUST) += radio-trust.o obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
obj-$(CONFIG_RADIO_MAESTRO) += radio-maestro.o obj-$(CONFIG_RADIO_MAESTRO) += radio-maestro.o
obj-$(CONFIG_RADIO_TEA5761) += radio-tea5761.o
obj-$(CONFIG_USB_DSBR) += dsbr100.o obj-$(CONFIG_USB_DSBR) += dsbr100.o
EXTRA_CFLAGS += -Isound EXTRA_CFLAGS += -Isound
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment