diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-04-30 09:38:43 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-04-30 09:38:44 +0300 |
commit | 470971427311fc94b22cc54be21764300a9ea042 (patch) | |
tree | 52ef884284540b3490f258c057d2cdfb4514ac49 /arch/arm64/configs/defconfig | |
parent | c6175cf275cc95d9d142c94bcc5268454136ac6d (diff) | |
parent | 4b792989c64f008d74a8a071280752660bb99d27 (diff) | |
download | linux-470971427311fc94b22cc54be21764300a9ea042.tar.xz |
Merge tag 'arm-soc/for-6.10/defconfig-arm64' of https://github.com/Broadcom/stblinux into soc/defconfig
This pull request contains updates to the ARM64 defconfig file for 6.10,
please pull the following:
- Stefan enables the snd_bcm2835 module build to mimic what is done in
bcm2835_defconfig and improve build coverage and testing
* tag 'arm-soc/for-6.10/defconfig-arm64' of https://github.com/Broadcom/stblinux:
arm64: defconfig: build snd_bcm2835 as module
Link: https://lore.kernel.org/r/20240429213703.2327834-1-florian.fainelli@broadcom.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 39c56ddce7a7..24f325cef663 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1229,6 +1229,7 @@ CONFIG_STAGING=y CONFIG_STAGING_MEDIA=y CONFIG_VIDEO_MAX96712=m CONFIG_VIDEO_MESON_VDEC=m +CONFIG_SND_BCM2835=m CONFIG_CHROME_PLATFORMS=y CONFIG_CROS_EC=y CONFIG_CROS_EC_I2C=y |