summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2015-07-17 00:33:51 +0200
committerOlof Johansson <olof@lixom.net>2015-07-17 10:33:41 -0700
commitfbac1c81e2591c5d1e5abd9a4477002f2afd0ab4 (patch)
tree458e7ec2391ad67e7e0eff4daaae41e5b4292179 /arch/arm64/Kconfig.platforms
parenteed6b3eb20b97beff66ca59bb610ac73532278ee (diff)
arm64: add Rockchip architecture entry
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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 7de731e9cf50..f7e43271026e 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -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