diff options
author | Ashish Jangam <ashish.jangam@kpitcummins.com> | 2011-12-12 10:07:41 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-14 06:53:45 -0500 |
commit | cfe04478fa1b472264b7fe9bbf547710aa344d3c (patch) | |
tree | 0259b83d413552449affef04af574aa4e6635468 /drivers/mfd/Kconfig | |
parent | 84c99db879314d58e0064f02b481f668f45d0070 (diff) |
MFD: DA9052/53 MFD core module add SPI support v2
This patch add SPI support for DA9052/53 MFD core module.
This patch is functionally tested on Samsung SMDKV6410.
Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index baced42c8572..c8322eefc865 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -332,6 +332,18 @@ config PMIC_DA9052 | |||
332 | bool | 332 | bool |
333 | select MFD_CORE | 333 | select MFD_CORE |
334 | 334 | ||
335 | config MFD_DA9052_SPI | ||
336 | bool "Support Dialog Semiconductor DA9052/53 PMIC variants with SPI" | ||
337 | select REGMAP_SPI | ||
338 | select REGMAP_IRQ | ||
339 | select PMIC_DA9052 | ||
340 | depends on SPI_MASTER=y | ||
341 | help | ||
342 | Support for the Dialog Semiconductor DA9052 PMIC | ||
343 | when controlled using SPI. This driver provides common support | ||
344 | for accessing the device, additional drivers must be enabled in | ||
345 | order to use the functionality of the device. | ||
346 | |||
335 | config MFD_DA9052_I2C | 347 | config MFD_DA9052_I2C |
336 | bool "Support Dialog Semiconductor DA9052/53 PMIC variants with I2C" | 348 | bool "Support Dialog Semiconductor DA9052/53 PMIC variants with I2C" |
337 | select REGMAP_I2C | 349 | select REGMAP_I2C |