aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-06-13 15:21:31 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-06-17 07:54:39 -0400
commit7fca1f20c0f3e9d7a3b23ee1fc9e832f520f3f1a (patch)
treef09643fa89e79047787665d117cd56f0068094d2 /arch/arm/mach-u300/Kconfig
parent985062588d55deebc62bee80e979ea03d4a917ea (diff)
ARM: u300: switch to using syscon regmap for board
This switches the code using a local remapping of the system controller to enable the U300 board to be self-powered over to making the U300-specific syscon compatible with the MFD generic syscon driver, selecting the generic syscon driver, and augmenting the board power code to pick the regmap and manipulate the syscon from the regmap side of things. Cc: Dong Aisheng <dong.aisheng@linaro.org> Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300/Kconfig')
-rw-r--r--arch/arm/mach-u300/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-u300/Kconfig b/arch/arm/mach-u300/Kconfig
index e2f350f2c32b..09f4dda01d5f 100644
--- a/arch/arm/mach-u300/Kconfig
+++ b/arch/arm/mach-u300/Kconfig
@@ -20,6 +20,7 @@ config ARCH_U300
20 select PINCTRL_COH901 20 select PINCTRL_COH901
21 select PINCTRL_U300 21 select PINCTRL_U300
22 select SPARSE_IRQ 22 select SPARSE_IRQ
23 select MFD_SYSCON
23 select USE_OF 24 select USE_OF
24 help 25 help
25 Support for ST-Ericsson U300 series mobile platforms. 26 Support for ST-Ericsson U300 series mobile platforms.