diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-09-17 19:45:21 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-29 18:29:41 +0300 |
commit | d850f3e5d2966e5c9eb55f66181cee960737e04c (patch) | |
tree | dbdba02a9a4302d4a6b2b059ccd82ecd47c2a814 /arch/arm/mach-meson/Kconfig | |
parent | 936a4174435b376557ee2610eae03592baeb9016 (diff) | |
download | linux-d850f3e5d2966e5c9eb55f66181cee960737e04c.tar.xz |
ARM: meson: Add SMP bringup code for Meson8 and Meson8b
This adds the necessary SMP-operations and startup code to use the
additional cores on the Amlogic Meson8/Meson8m2 (both are using the same
sequence) and Meson8b (using a slightly difference sequence) SoCs.
Signed-off-by: Carlo Caione <carlo@endlessm.com>
[add Meson8/Meson8m2 support and allow taking CPU cores offline as well]
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/mach-meson/Kconfig')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index ee30511849ca..a0c64762d961 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -9,6 +9,7 @@ menuconfig ARCH_MESON select PINCTRL_MESON select COMMON_CLK select COMMON_CLK_AMLOGIC + select HAVE_ARM_SCU if SMP if ARCH_MESON |