diff options
author | Olof Johansson <olof@lixom.net> | 2014-05-29 20:48:55 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-05-29 20:48:55 +0400 |
commit | dca092f6d40735eb701ae6cd4d80c3c508266181 (patch) | |
tree | 168442d7b080ff7f4d53d63b038791c1a2f4f3ff /arch/arm/Kconfig | |
parent | 4fd09120443a47ea1876ecce494205420b94d201 (diff) | |
parent | ccf5511797cd4b48d20a85fa1778f5608eac9fd7 (diff) | |
download | linux-dca092f6d40735eb701ae6cd4d80c3c508266181.tar.xz |
Merge tag 'exynos-mcpm' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc
Merge "Exynos MCPM support for v3.16" from Kukjin Kim:
- adding MCPM backend support for SMP secondary boot and core switching
on Samsung's Exynos5420.
Tested on exynos5420-smdk5420 and exynos5420 based chromebook (peach-pit)
using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
also been tested on both the boards.
* tag 'exynos-mcpm' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
ARM: EXYNOS: Add MCPM call-back functions
ARM: dts: add CCI node for exynos5420
ARM: EXYNOS: Add generic cluster power control functions
ARM: EXYNOS: use generic exynos cpu power control functions
ARM: EXYNOS: Add generic cpu power control functions for exynos SoCs
Signed-off-by: Olof Johansson <olof@lixom.net>
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 f849690eb888..3bf70415542e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -843,6 +843,7 @@ config ARCH_EXYNOS select HAVE_S3C_RTC if RTC_CLASS select NEED_MACH_MEMORY_H select SPARSE_IRQ + select SRAM select USE_OF help Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) |