diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index e8e704f52746..da9d2971102e 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 | ||
609 | config 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 | |||
609 | endif # MFD_SUPPORT | 619 | endif # MFD_SUPPORT |
610 | 620 | ||
611 | menu "Multimedia Capabilities Port drivers" | 621 | menu "Multimedia Capabilities Port drivers" |