Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: Add Broadcom iProc family support

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>

authored by

Ray Jui and committed by
Olof Johansson
36b7c583 b00c4415

+6
+5
arch/arm64/Kconfig.platforms
··· 1 1 menu "Platform selection" 2 2 3 + config ARCH_BCM_IPROC 4 + bool "Broadcom iProc SoC Family" 5 + help 6 + This enables support for Broadcom iProc based SoCs 7 + 3 8 config ARCH_EXYNOS 4 9 bool 5 10 help
+1
arch/arm64/configs/defconfig
··· 31 31 CONFIG_MODULE_UNLOAD=y 32 32 # CONFIG_BLK_DEV_BSG is not set 33 33 # CONFIG_IOSCHED_DEADLINE is not set 34 + CONFIG_ARCH_BCM_IPROC=y 34 35 CONFIG_ARCH_EXYNOS7=y 35 36 CONFIG_ARCH_FSL_LS2085A=y 36 37 CONFIG_ARCH_HISI=y