diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 0dae245c6259..5eff8ad834d6 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -87,6 +87,44 @@ config MFD_TC6393XB | |||
87 | help | 87 | help |
88 | Support for Toshiba Mobile IO Controller TC6393XB | 88 | Support for Toshiba Mobile IO Controller TC6393XB |
89 | 89 | ||
90 | config MFD_WM8400 | ||
91 | tristate "Support Wolfson Microelectronics WM8400" | ||
92 | help | ||
93 | Support for the Wolfson Microelecronics WM8400 PMIC and audio | ||
94 | CODEC. This driver adds provides common support for accessing | ||
95 | the device, additional drivers must be enabled in order to use | ||
96 | the functionality of the device. | ||
97 | |||
98 | config MFD_WM8350 | ||
99 | tristate | ||
100 | |||
101 | config MFD_WM8350_CONFIG_MODE_0 | ||
102 | bool | ||
103 | depends on MFD_WM8350 | ||
104 | |||
105 | config MFD_WM8350_CONFIG_MODE_1 | ||
106 | bool | ||
107 | depends on MFD_WM8350 | ||
108 | |||
109 | config MFD_WM8350_CONFIG_MODE_2 | ||
110 | bool | ||
111 | depends on MFD_WM8350 | ||
112 | |||
113 | config MFD_WM8350_CONFIG_MODE_3 | ||
114 | bool | ||
115 | depends on MFD_WM8350 | ||
116 | |||
117 | config MFD_WM8350_I2C | ||
118 | tristate "Support Wolfson Microelectronics WM8350 with I2C" | ||
119 | select MFD_WM8350 | ||
120 | depends on I2C | ||
121 | help | ||
122 | The WM8350 is an integrated audio and power management | ||
123 | subsystem with watchdog and RTC functionality for embedded | ||
124 | systems. This option enables core support for the WM8350 with | ||
125 | I2C as the control interface. Additional options must be | ||
126 | selected to enable support for the functionality of the chip. | ||
127 | |||
90 | endmenu | 128 | endmenu |
91 | 129 | ||
92 | menu "Multimedia Capabilities Port drivers" | 130 | menu "Multimedia Capabilities Port drivers" |