diff options
author | Matti Aaltonen <matti.j.aaltonen@nokia.com> | 2011-03-01 08:10:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:32:39 -0400 |
commit | 94fd5b7401e330498331ea3667d796e74c63d08a (patch) | |
tree | 037c0c0d24d0440994e2ff209b4707d0a1028300 /drivers/mfd/Kconfig | |
parent | 3822f18d8f1c2cf13ade623b2bba6d4a7a1a3f53 (diff) |
[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/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index fd018366d670..9db079be0e08 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -615,7 +615,7 @@ config MFD_VX855 | |||
615 | and/or vx855_gpio drivers for this to do anything useful. | 615 | and/or vx855_gpio drivers for this to do anything useful. |
616 | 616 | ||
617 | config MFD_WL1273_CORE | 617 | config MFD_WL1273_CORE |
618 | tristate | 618 | tristate "Support for TI WL1273 FM radio." |
619 | depends on I2C | 619 | depends on I2C |
620 | select MFD_CORE | 620 | select MFD_CORE |
621 | default n | 621 | default n |