Skip to content

Commit

Permalink
arm64: Add Broadcom iProc family support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ray Jui authored and Olof Johansson committed Jul 29, 2015
1 parent b00c441 commit 36b7c58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/Kconfig.platforms
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
menu "Platform selection"

config ARCH_BCM_IPROC
bool "Broadcom iProc SoC Family"
help
This enables support for Broadcom iProc based SoCs

config ARCH_EXYNOS
bool
help
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_ARCH_BCM_IPROC=y
CONFIG_ARCH_EXYNOS7=y
CONFIG_ARCH_FSL_LS2085A=y
CONFIG_ARCH_HISI=y
Expand Down

0 comments on commit 36b7c58

Please sign in to comment.