diff options
author | Olof Johansson <olof@lixom.net> | 2015-08-13 12:02:07 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-13 12:02:07 +0200 |
commit | 3d3cacc0b8c624d042fe905bbc71f97a4d443cdc (patch) | |
tree | 469e006fac12ecbdf36cb61c9980ceab01945f90 /arch/arm/mach-mvebu/Kconfig | |
parent | memory: pl172: fix modular build (diff) | |
parent | ARM: dove: create a proper PMU driver for power domains, PMU IRQs and resets (diff) | |
download | linux-3d3cacc0b8c624d042fe905bbc71f97a4d443cdc.tar.xz linux-3d3cacc0b8c624d042fe905bbc71f97a4d443cdc.zip |
Merge tag 'mvebu-soc-4.3-2' of git://git.infradead.org/linux-mvebu into next/drivers
mvebu soc changes for v4.3 (part #2)
SoC part of the Dove PMU series
* tag 'mvebu-soc-4.3-2' of git://git.infradead.org/linux-mvebu:
ARM: dove: create a proper PMU driver for power domains, PMU IRQs and resets
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 97473168d6b6..c86a5a0aefac 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -96,6 +96,7 @@ config MACH_DOVE select MACH_MVEBU_ANY select ORION_IRQCHIP select ORION_TIMER + select PM_GENERIC_DOMAINS if PM select PINCTRL_DOVE help Say 'Y' here if you want your kernel to support the |