diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 491ac0f800d2..570be139f9df 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -108,6 +108,19 @@ config TWL4030_CORE | |||
108 | high speed USB OTG transceiver, an audio codec (on most | 108 | high speed USB OTG transceiver, an audio codec (on most |
109 | versions) and many other features. | 109 | versions) and many other features. |
110 | 110 | ||
111 | config TWL4030_POWER | ||
112 | bool "Support power resources on TWL4030 family chips" | ||
113 | depends on TWL4030_CORE && ARM | ||
114 | help | ||
115 | Say yes here if you want to use the power resources on the | ||
116 | TWL4030 family chips. Most of these resources are regulators, | ||
117 | which have a separate driver; some are control signals, such | ||
118 | as clock request handshaking. | ||
119 | |||
120 | This driver uses board-specific data to initialize the resources | ||
121 | and load scripts controling which resources are switched off/on | ||
122 | or reset when a sleep, wakeup or warm reset event occurs. | ||
123 | |||
111 | config MFD_TMIO | 124 | config MFD_TMIO |
112 | bool | 125 | bool |
113 | default n | 126 | default n |
@@ -157,6 +170,16 @@ config MFD_WM8400 | |||
157 | the device, additional drivers must be enabled in order to use | 170 | the device, additional drivers must be enabled in order to use |
158 | the functionality of the device. | 171 | the functionality of the device. |
159 | 172 | ||
173 | config MFD_WM831X | ||
174 | tristate "Support Wolfson Microelectronics WM831x PMICs" | ||
175 | select MFD_CORE | ||
176 | depends on I2C | ||
177 | help | ||
178 | Support for the Wolfson Microelecronics WM831x PMICs. This | ||
179 | driver provides common support for accessing the device, | ||
180 | additional drivers must be enabled in order to use the | ||
181 | functionality of the device. | ||
182 | |||
160 | config MFD_WM8350 | 183 | config MFD_WM8350 |
161 | tristate | 184 | tristate |
162 | 185 | ||
@@ -228,6 +251,16 @@ config MFD_PCF50633 | |||
228 | facilities, and registers devices for the various functions | 251 | facilities, and registers devices for the various functions |
229 | so that function-specific drivers can bind to them. | 252 | so that function-specific drivers can bind to them. |
230 | 253 | ||
254 | config MFD_MC13783 | ||
255 | tristate "Support Freescale MC13783" | ||
256 | depends on SPI_MASTER | ||
257 | select MFD_CORE | ||
258 | help | ||
259 | Support for the Freescale (Atlas) MC13783 PMIC and audio CODEC. | ||
260 | This driver provides common support for accessing the device, | ||
261 | additional drivers must be enabled in order to use the | ||
262 | functionality of the device. | ||
263 | |||
231 | config PCF50633_ADC | 264 | config PCF50633_ADC |
232 | tristate "Support for NXP PCF50633 ADC" | 265 | tristate "Support for NXP PCF50633 ADC" |
233 | depends on MFD_PCF50633 | 266 | depends on MFD_PCF50633 |
@@ -256,6 +289,15 @@ config AB3100_CORE | |||
256 | LEDs, vibrator, system power and temperature, power management | 289 | LEDs, vibrator, system power and temperature, power management |
257 | and ALSA sound. | 290 | and ALSA sound. |
258 | 291 | ||
292 | config AB3100_OTP | ||
293 | tristate "ST-Ericsson AB3100 OTP functions" | ||
294 | depends on AB3100_CORE | ||
295 | default y if AB3100_CORE | ||
296 | help | ||
297 | Select this to enable the AB3100 Mixed Signal IC OTP (one-time | ||
298 | programmable memory) support. This exposes a sysfs file to read | ||
299 | out OTP values. | ||
300 | |||
259 | config EZX_PCAP | 301 | config EZX_PCAP |
260 | bool "PCAP Support" | 302 | bool "PCAP Support" |
261 | depends on GENERIC_HARDIRQS && SPI_MASTER | 303 | depends on GENERIC_HARDIRQS && SPI_MASTER |