]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm64: add Rockchip architecture entry
authorHeiko Stübner <heiko@sntech.de>
Thu, 16 Jul 2015 22:33:51 +0000 (00:33 +0200)
committerOlof Johansson <olof@lixom.net>
Fri, 17 Jul 2015 17:33:41 +0000 (10:33 -0700)
The rk3368 is Rockchip's first ARM64 soc, build around 8 Cortex-A53 cores.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/Kconfig.platforms

index 7de731e9cf50b087d39ce9d2ae0ebb0994311248..f7e43271026e5b640288ee6d3052986c413c89eb 100644 (file)
@@ -40,6 +40,16 @@ config ARCH_QCOM
        help
          This enables support for the ARMv8 based Qualcomm chipsets.
 
+config ARCH_ROCKCHIP
+       bool "Rockchip Platforms"
+       select ARCH_HAS_RESET_CONTROLLER
+       select ARCH_REQUIRE_GPIOLIB
+       select PINCTRL
+       select PINCTRL_ROCKCHIP
+       help
+         This enables support for the ARMv8 based Rockchip chipsets,
+         like the RK3368.
+
 config ARCH_SEATTLE
        bool "AMD Seattle SoC Family"
        help