Message ID | 2658910.AevvbvQ8ln@diego (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Jul 17, 2015 at 12:33:51AM +0200, Heiko St?bner wrote: > The rk3368 is Rockchip's first ARM64 soc, build around 8 Cortex-A53 cores. > > Signed-off-by: Heiko Stuebner <heiko@sntech.de> > --- > arch/arm64/Kconfig | 10 ++++++++++ > 1 file changed, 10 insertions(+) Thanks, applied (to Kconfig.platforms) -Olof
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 0f6edb1..6ad9971 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -202,6 +202,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
The rk3368 is Rockchip's first ARM64 soc, build around 8 Cortex-A53 cores. Signed-off-by: Heiko Stuebner <heiko@sntech.de> --- arch/arm64/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+)