summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorMatti Aaltonen2010-12-10 15:41:33 +0100
committerMauro Carvalho Chehab2010-12-29 11:17:02 +0100
commit383268a8e282fb549dabe3a33ccafc9434ab6006 (patch)
treee4f4f03c0a609086f43860da1da4d7051f86bcb6 /drivers/mfd/Makefile
parent[media] gspca_sonixb: Add support for 0c45:602a (diff)
downloadkernel-qcow2-linux-383268a8e282fb549dabe3a33ccafc9434ab6006.tar.gz
kernel-qcow2-linux-383268a8e282fb549dabe3a33ccafc9434ab6006.tar.xz
kernel-qcow2-linux-383268a8e282fb549dabe3a33ccafc9434ab6006.zip
[media] MFD: WL1273 FM Radio: MFD driver for the FM radio
This is the core of the WL1273 FM radio driver, it connects the two child modules. The two child drivers are drivers/media/radio/radio-wl1273.c and sound/soc/codecs/wl1273.c. The radio-wl1273 driver implements the V4L2 interface and communicates with the device. The ALSA codec offers digital audio, without it only analog audio is available. Signed-off-by: Matti J. Aaltonen <matti.j.aaltonen@nokia.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index f54b3659abbb..ae2f9153174a 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -81,3 +81,4 @@ obj-$(CONFIG_MFD_JANZ_CMODIO) += janz-cmodio.o
obj-$(CONFIG_MFD_JZ4740_ADC) += jz4740-adc.o
obj-$(CONFIG_MFD_TPS6586X) += tps6586x.o
obj-$(CONFIG_MFD_VX855) += vx855.o
+obj-$(CONFIG_MFD_WL1273_CORE) += wl1273-core.o