diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-05-05 21:02:23 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-05-05 21:02:25 +0200 |
commit | f68ec514232271bb8d035b8509d0bde900cf7e05 (patch) | |
tree | 5058dab1d0ac5576e6e7806700e08c4265b56ba1 /arch | |
parent | efad535480c1a622ea0a21fd0582587dcdb40b79 (diff) | |
parent | 1f61e9aa2e6f97c26d84c66628c2c85bb5e5a56a (diff) |
Merge tag 'arm-soc/for-5.19/defconfig' of https://github.com/Broadcom/stblinux into arm/defconfig
This pull request contains Broadcom ARM-based SoC changes to the
multi_v7_defconfig file, please pull the following:
- William enables the Broadcom BCA SoC Kconfig option to get build
coverage for this newly added SoC
* tag 'arm-soc/for-5.19/defconfig' of https://github.com/Broadcom/stblinux:
ARM: multi_v7_defconfig: enable CONFIG_ARCH_BCMBCA in armv7 defconfig
Link: https://lore.kernel.org/r/20220504210942.1838248-1-f.fainelli@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6e0c8c19b35c..8d333560bbca 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -29,6 +29,7 @@ CONFIG_ARCH_BCM2835=y CONFIG_ARCH_BCM_53573=y CONFIG_ARCH_BCM_63XX=y CONFIG_ARCH_BRCMSTB=y +CONFIG_ARCH_BCMBCA=y CONFIG_ARCH_BERLIN=y CONFIG_MACH_BERLIN_BG2=y CONFIG_MACH_BERLIN_BG2CD=y |