diff options
author | Olof Johansson <olof@lixom.net> | 2017-06-19 06:19:30 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-06-19 06:19:30 +0300 |
commit | a91ca5e37614e2193efe36db09d12a76c37b50da (patch) | |
tree | a998f18881616296d57f1e640d6ed515853872bf /arch/arm64/configs | |
parent | 88e98d3b32752c0bb30930f28d302196e2625342 (diff) | |
parent | 747868aeb03b44ae4818c8fd3956fb606b09e58d (diff) | |
download | linux-a91ca5e37614e2193efe36db09d12a76c37b50da.tar.xz |
Merge tag 'arm-soc/for-4.13/defconfig-arm64' of http://github.com/Broadcom/stblinux into next/arm64
This pull request contains ARM64 defconfig changes for 4.13, please pull the
following:
- Florian enables ARCH_BRCMSTB in the arm64 defconfig to get more build coverage
* tag 'arm-soc/for-4.13/defconfig-arm64' of http://github.com/Broadcom/stblinux:
arm64: defconfig: Enable ARCH_BRCMSTB
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 96224b2f8ee3..e1bc2fa12778 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -36,6 +36,7 @@ CONFIG_ARCH_ALPINE=y CONFIG_ARCH_BCM2835=y CONFIG_ARCH_BCM_IPROC=y CONFIG_ARCH_BERLIN=y +CONFIG_ARCH_BRCMSTB=y CONFIG_ARCH_EXYNOS=y CONFIG_ARCH_LAYERSCAPE=y CONFIG_ARCH_LG1K=y |