summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStefan Wahren <wahrenst@gmx.net>2024-04-14 15:20:52 +0200
committerFlorian Fainelli <florian.fainelli@broadcom.com>2024-04-14 09:05:08 -0700
commit4b792989c64f008d74a8a071280752660bb99d27 (patch)
treea586158c25a93322f1daf75f1826f0a1d033b6ee /arch
parent4cece764965020c22cff7665b18a012006359095 (diff)
downloadlinux-stable-4b792989c64f008d74a8a071280752660bb99d27.tar.gz
linux-stable-4b792989c64f008d74a8a071280752660bb99d27.tar.bz2
linux-stable-4b792989c64f008d74a8a071280752660bb99d27.zip
arm64: defconfig: build snd_bcm2835 as module
Recently the VCHIQ driver which provides a kernel interface to the BCM2835 VideoCore made a decent progress in staging. But the build coverage is currently limited to bcm2835_defconfig (ARM 32 bit). So build the most valueable driver which uses VCHIQ and enable cinch audio support for Raspberry Pi on arm64. Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Link: https://lore.kernel.org/r/20240414132052.11811-1-wahrenst@gmx.net Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 2c30d617e180..db51ec37dd22 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1217,6 +1217,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