diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-06-17 23:28:57 +0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-03-01 19:03:40 +0400 |
commit | f6f70cf707a4774d881cc6274c1b53f0e82d2233 (patch) | |
tree | df9f5acedc69472a5e2cade5361044b0a5fc0459 /arch/arm/mach-rockchip | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) | |
download | linux-f6f70cf707a4774d881cc6274c1b53f0e82d2233.tar.xz |
ARM: rockchip: add snoop-control-unit
This adds the device-node and config select to enable the
scu in all Rockchip Cortex-A9 SoCs.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index cf073dea5784..133410e178a7 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -5,6 +5,7 @@ config ARCH_ROCKCHIP select ARCH_REQUIRE_GPIOLIB select ARM_GIC select CACHE_L2X0 + select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP select HAVE_SMP select COMMON_CLK |