diff options
author | Richard Röjfors <richard.rojfors@pelagicore.com> | 2010-02-03 18:59:39 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 21:10:56 +0300 |
commit | d44d1f3bfaef71ce27b4fd2284ec528b52617977 (patch) | |
tree | 8e17a7eac96940eafba3bbb58f3263fdc9a4b465 /drivers/media/radio/Makefile | |
parent | 6525e67c01d303153272c26cb8118a3c314f4a1f (diff) | |
download | linux-d44d1f3bfaef71ce27b4fd2284ec528b52617977.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/media/radio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/Makefile b/drivers/media/radio/Makefile index f681dbfe9ef0..f615583b4837 100644 --- a/drivers/media/radio/Makefile +++ b/drivers/media/radio/Makefile @@ -25,5 +25,6 @@ obj-$(CONFIG_USB_MR800) += radio-mr800.o obj-$(CONFIG_RADIO_TEA5764) += radio-tea5764.o obj-$(CONFIG_RADIO_SAA7706H) += saa7706h.o obj-$(CONFIG_RADIO_TEF6862) += tef6862.o +obj-$(CONFIG_RADIO_TIMBERDALE) += radio-timb.o EXTRA_CFLAGS += -Isound |