Skip to content

Commit

Permalink
arm64: add Rockchip architecture entry
Browse files Browse the repository at this point in the history
The rk3368 is Rockchip's first ARM64 soc, build around 8 Cortex-A53 cores.

Signed-off-by: Heiko Stuebner <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
mmind authored and olofj committed Jul 17, 2015
1 parent eed6b3e commit fbac1c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm64/Kconfig.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbac1c8

Please sign in to comment.