summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
Commit message (Collapse)AuthorAgeFilesLines
* arm64: Enable Marvell Berlin SoC family in KconfigJisheng Zhang2015-08-061-0/+6
| | | | | | | | | This patch introduces ARCH_BERLIN to enable Marvell Berlin SoC family in Kconfig. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* arm64: Add Broadcom iProc family supportRay Jui2015-07-291-0/+5
| | | | | | | | | This patch adds support to Broadcom's iProc family of arm64 based SoCs in the arm64 Kconfig and defconfig files Signed-off-by: Ray Jui <rjui@broadcom.com> Reviewed-by: Scott Branden <sbranden@broadcom.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* arm64: add Rockchip architecture entryHeiko Stübner2015-07-171-0/+10
| | | | | | | 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>
* arm64: Split out platform options to separate KconfigOlof Johansson2015-07-171-0/+104
Let's move out the platform Kconfig entries to a separate file, since these changes usually get moved through arm-soc instead of the arm64 arch tree, and this will lead to fewer conflicts Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Will Deacon <will.deacon@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com>