diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-21 22:21:54 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-21 22:21:54 -0500 |
commit | 21770332330800194cb9a76f802e9c77bcb690d3 (patch) | |
tree | 4e5e89e2f1f64630fdbb7f483a48d633c2cb462e /arch/arm/mach-vexpress/Kconfig | |
parent | c8c6c9ba39e3fe65cf3497d692bf6fe808ff222b (diff) | |
parent | 444d2d33d8564f95df851ddaca80f640ca36934d (diff) |
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fixes from Arnd Bergmann:
"A few fixes that came in too late to make it into the first set of
pull requests but would still be nice to have in -rc1.
The majority of these are trivial build fixes for bugs that I found
myself using randconfig testing, and a set of two patches from Uwe to
mark DT strings as 'const' where appropriate, to resolve inconsistent
section attributes"
* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
ARM: make of_device_ids const
ARM: make arrays containing machine compatible strings const
ARM: mm: Remove Kconfig symbol CACHE_PL310
ARM: rockchip: force built-in regulator support for PM
ARM: mvebu: build armada375-smp code conditionally
ARM: sti: always enable RESET_CONTROLLER
ARM: rockchip: make rockchip_suspend_init conditional
ARM: ixp4xx: fix {in,out}s{bwl} data types
ARM: prima2: do not select SMP_ON_UP
ARM: at91: fix pm declarations
ARM: davinci: multi-soc kernels require AUTO_ZRELADDR
ARM: davinci: davinci_cfg_reg cannot be init
ARM: BCM: put back ARCH_MULTI_V7 dependency for mobile
ARM: vexpress: use ARM_CPU_SUSPEND if needed
ARM: dts: add I2C device nodes for Broadcom Cygnus
ARM: dts: BCM63xx: fix L2 cache properties
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index d6b16d9a7838..3c2509b4b694 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig | |||
@@ -73,6 +73,7 @@ config ARCH_VEXPRESS_TC2_PM | |||
73 | depends on MCPM | 73 | depends on MCPM |
74 | select ARM_CCI | 74 | select ARM_CCI |
75 | select ARCH_VEXPRESS_SPC | 75 | select ARCH_VEXPRESS_SPC |
76 | select ARM_CPU_SUSPEND | ||
76 | help | 77 | help |
77 | Support for CPU and cluster power management on Versatile Express | 78 | Support for CPU and cluster power management on Versatile Express |
78 | with a TC2 (A15x2 A7x3) big.LITTLE core tile. | 79 | with a TC2 (A15x2 A7x3) big.LITTLE core tile. |