diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-17 14:41:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-17 14:41:49 -0400 |
commit | 55a6fbf8fc57d7b60d5028663f534475c4965215 (patch) | |
tree | fbe6b7ef5251d11b60c72d5d07d03312b6c22d44 /drivers/mfd/Kconfig | |
parent | 3fe0344faf7fdcb158bd5c1a9aec960a8d70c8e8 (diff) | |
parent | 2021de874e9f09774616772cfdefdab0e6193b09 (diff) |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6:
mfd: early init for MFD running regulators
mfd: fix tmio related warnings
mfd: asic3: enable SD/SDIO cell
mfd: asic3: enable DS1WM cell
mfd: asic3: remove SD/SDIO controller register definitions
mfd: asic3: use resource_size macro instead of local variable
mfd: add ASIC3 IRQ numbers
mfd: asic3: add clock handling for MFD cells
mfd: asic3: add asic3_set_register common operation
mfd: Fix Kconfig help text for WM8350
mfd: add PCAP driver
mfd: add U300 AB3100 core support
drivers/mfd: remove obsolete irq_desc_t typedef
mfd/pcf50633-gpio.c: add MODULE_LICENSE
mfd: Mark WM8350 mask revision as readable to match silicon
mfd: Mark clocks_init as non-init in twl4030-core.c
mfd: Correct readability of WM8350 register 227
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index ee3927ab11e0..491ac0f800d2 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -30,6 +30,7 @@ config MFD_SM501_GPIO | |||
30 | config MFD_ASIC3 | 30 | config MFD_ASIC3 |
31 | bool "Support for Compaq ASIC3" | 31 | bool "Support for Compaq ASIC3" |
32 | depends on GENERIC_HARDIRQS && GPIOLIB && ARM | 32 | depends on GENERIC_HARDIRQS && GPIOLIB && ARM |
33 | select MFD_CORE | ||
33 | ---help--- | 34 | ---help--- |
34 | This driver supports the ASIC3 multifunction chip found on many | 35 | This driver supports the ASIC3 multifunction chip found on many |
35 | PDAs (mainly iPAQ and HTC based ones) | 36 | PDAs (mainly iPAQ and HTC based ones) |
@@ -152,7 +153,7 @@ config MFD_WM8400 | |||
152 | depends on I2C | 153 | depends on I2C |
153 | help | 154 | help |
154 | Support for the Wolfson Microelecronics WM8400 PMIC and audio | 155 | Support for the Wolfson Microelecronics WM8400 PMIC and audio |
155 | CODEC. This driver adds provides common support for accessing | 156 | CODEC. This driver provides common support for accessing |
156 | the device, additional drivers must be enabled in order to use | 157 | the device, additional drivers must be enabled in order to use |
157 | the functionality of the device. | 158 | the functionality of the device. |
158 | 159 | ||
@@ -241,6 +242,27 @@ config PCF50633_GPIO | |||
241 | Say yes here if you want to include support GPIO for pins on | 242 | Say yes here if you want to include support GPIO for pins on |
242 | the PCF50633 chip. | 243 | the PCF50633 chip. |
243 | 244 | ||
245 | config AB3100_CORE | ||
246 | tristate "ST-Ericsson AB3100 Mixed Signal Circuit core functions" | ||
247 | depends on I2C | ||
248 | default y if ARCH_U300 | ||
249 | help | ||
250 | Select this to enable the AB3100 Mixed Signal IC core | ||
251 | functionality. This connects to a AB3100 on the I2C bus | ||
252 | and expose a number of symbols needed for dependent devices | ||
253 | to read and write registers and subscribe to events from | ||
254 | this multi-functional IC. This is needed to use other features | ||
255 | of the AB3100 such as battery-backed RTC, charging control, | ||
256 | LEDs, vibrator, system power and temperature, power management | ||
257 | and ALSA sound. | ||
258 | |||
259 | config EZX_PCAP | ||
260 | bool "PCAP Support" | ||
261 | depends on GENERIC_HARDIRQS && SPI_MASTER | ||
262 | help | ||
263 | This enables the PCAP ASIC present on EZX Phones. This is | ||
264 | needed for MMC, TouchScreen, Sound, USB, etc.. | ||
265 | |||
244 | endmenu | 266 | endmenu |
245 | 267 | ||
246 | menu "Multimedia Capabilities Port drivers" | 268 | menu "Multimedia Capabilities Port drivers" |