diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-12-08 11:58:09 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-12-08 13:23:14 +0100 |
commit | c5d431e8c511788556651b91debd7d77d4508f4b (patch) | |
tree | 8461d77d858316f318b35eac78f2187eb5482f76 /arch/arm/Kconfig | |
parent | soc: dove: add legacy support to PMU driver (diff) | |
download | linux-c5d431e8c511788556651b91debd7d77d4508f4b.tar.xz linux-c5d431e8c511788556651b91debd7d77d4508f4b.zip |
ARM: dove: convert legacy dove to PMU support
Since Dove has non-DT support for various facilities in the PMU, convert
the legacy support to use the new PMU driver.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 473c1417968a..72af9d6f8c13 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -516,6 +516,7 @@ config ARCH_DOVE select PINCTRL_DOVE select PLAT_ORION_LEGACY select SPARSE_IRQ + select PM_GENERIC_DOMAINS if PM help Support for the Marvell Dove SoC 88AP510 |