Skip to content

Commit 4b79298

Browse files
lategoodbyeffainelli
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 4cece76 commit 4b79298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@ CONFIG_STAGING=y
12171217
CONFIG_STAGING_MEDIA=y
12181218
CONFIG_VIDEO_MAX96712=m
12191219
CONFIG_VIDEO_MESON_VDEC=m
1220+
CONFIG_SND_BCM2835=m
12201221
CONFIG_CHROME_PLATFORMS=y
12211222
CONFIG_CROS_EC=y
12221223
CONFIG_CROS_EC_I2C=y

0 commit comments

Comments
 (0)