diff options
author | Mattias Wallin <mattias.wallin@stericsson.com> | 2010-09-10 11:47:56 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:19 -0400 |
commit | 47c1697508f2ec9f6b31ce6c825fe1017871dea6 (patch) | |
tree | e22afa146c3232802abf482caa167e0e2444093b /drivers/mfd/Kconfig | |
parent | f4ebcab36088d45a5e8889e9b63d77e01c808076 (diff) |
mfd: Align ab8500 with the abx500 interface
This patch makes the ab8500 mixed signal chip expose the same
interface for register access as the ab3100, ab3550 and ab5500 chip.
The ab8500_read() and ab8500_write() is removed and replaced with
abx500_get_register_interruptible() and
abx500_set_register_interruptible().
Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 8a463e6c22a0..ec0af47a9058 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -434,7 +434,7 @@ config PCF50633_GPIO | |||
434 | 434 | ||
435 | config ABX500_CORE | 435 | config ABX500_CORE |
436 | bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions" | 436 | bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions" |
437 | default y if ARCH_U300 | 437 | default y if ARCH_U300 || ARCH_U8500 |
438 | help | 438 | help |
439 | Say yes here if you have the ABX500 Mixed Signal IC family | 439 | Say yes here if you have the ABX500 Mixed Signal IC family |
440 | chips. This core driver expose register access functions. | 440 | chips. This core driver expose register access functions. |
@@ -475,7 +475,7 @@ config EZX_PCAP | |||
475 | 475 | ||
476 | config AB8500_CORE | 476 | config AB8500_CORE |
477 | bool "ST-Ericsson AB8500 Mixed Signal Power Management chip" | 477 | bool "ST-Ericsson AB8500 Mixed Signal Power Management chip" |
478 | depends on SPI=y && GENERIC_HARDIRQS | 478 | depends on SPI=y && GENERIC_HARDIRQS && ABX500_CORE |
479 | select MFD_CORE | 479 | select MFD_CORE |
480 | help | 480 | help |
481 | Select this option to enable access to AB8500 power management | 481 | Select this option to enable access to AB8500 power management |