aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 3a1493b8b5e5..05ccab6fa919 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -606,6 +606,16 @@ config MFD_VX855
606 VIA VX855/VX875 south bridge. You will need to enable the vx855_spi 606 VIA VX855/VX875 south bridge. You will need to enable the vx855_spi
607 and/or vx855_gpio drivers for this to do anything useful. 607 and/or vx855_gpio drivers for this to do anything useful.
608 608
609config MFD_WL1273_CORE
610 tristate
611 depends on I2C
612 select MFD_CORE
613 default n
614 help
615 This is the core driver for the TI WL1273 FM radio. This MFD
616 driver connects the radio-wl1273 V4L2 module and the wl1273
617 audio codec.
618
609endif # MFD_SUPPORT 619endif # MFD_SUPPORT
610 620
611menu "Multimedia Capabilities Port drivers" 621menu "Multimedia Capabilities Port drivers"