]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: Add Broadcom iProc family support
authorRay Jui <rjui@broadcom.com>
Mon, 27 Jul 2015 22:42:20 +0000 (15:42 -0700)
committerOlof Johansson <olof@lixom.net>
Wed, 29 Jul 2015 20:07:08 +0000 (22:07 +0200)
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>
arch/arm64/Kconfig.platforms
arch/arm64/configs/defconfig

index f7e43271026e5b640288ee6d3052986c413c89eb..e2deb188a506d828adadb30626c56c0f9c70df5e 100644 (file)
@@ -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
index 506b466cbbfd0f7035ae3fa182733893740d57a2..913f121ab38c23d1e039e3128c09c32cb76b7bb4 100644 (file)
@@ -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