aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.ml.walleij@gmail.com>2009-05-21 17:17:06 -0400
committerSamuel Ortiz <sameol@linux.intel.com>2009-06-17 13:41:34 -0400
commit14fa56917d73d823538151b0429d98211fa439c1 (patch)
treeeba45067df4f622dc6656cf82a0c96ba73ab2150 /drivers/mfd/Kconfig
parent516eca2726dce2ead8750366d8f66dd345ce55e3 (diff)
mfd: add U300 AB3100 core support
This adds a core driver for the AB3100 mixed-signal circuit found in the ST-Ericsson U300 series platforms. This driver is a singleton proxy for all accesses to the AB3100 sub-drivers which will be merged on top of this one, RTC, regulators, battery and system power control, vibrator, LEDs, and an ALSA codec. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Reviewed-by: Mike Rapoport <mike@compulab.co.il> Reviewed-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index ee3927ab11e0..61f0346650b3 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -241,6 +241,20 @@ config PCF50633_GPIO
241 Say yes here if you want to include support GPIO for pins on 241 Say yes here if you want to include support GPIO for pins on
242 the PCF50633 chip. 242 the PCF50633 chip.
243 243
244config AB3100_CORE
245 tristate "ST-Ericsson AB3100 Mixed Signal Circuit core functions"
246 depends on I2C
247 default y if ARCH_U300
248 help
249 Select this to enable the AB3100 Mixed Signal IC core
250 functionality. This connects to a AB3100 on the I2C bus
251 and expose a number of symbols needed for dependent devices
252 to read and write registers and subscribe to events from
253 this multi-functional IC. This is needed to use other features
254 of the AB3100 such as battery-backed RTC, charging control,
255 LEDs, vibrator, system power and temperature, power management
256 and ALSA sound.
257
244endmenu 258endmenu
245 259
246menu "Multimedia Capabilities Port drivers" 260menu "Multimedia Capabilities Port drivers"