]> Git Repo - linux.git/commitdiff
arm64: defconfig: build snd_bcm2835 as module
authorStefan Wahren <[email protected]>
Sun, 14 Apr 2024 13:20:52 +0000 (15:20 +0200)
committerFlorian Fainelli <[email protected]>
Sun, 14 Apr 2024 16:05:08 +0000 (09:05 -0700)
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Florian Fainelli <[email protected]>
arch/arm64/configs/defconfig

index 2c30d617e18022dd3322895c868145e1fc71021a..db51ec37dd22d19f664d42bd5e05a376d8c276df 100644 (file)
@@ -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
This page took 0.076789 seconds and 4 git commands to generate.