Message ID | 20240414132052.11811-1-wahrenst@gmx.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: build snd_bcm2835 as module | expand |
On 4/14/2024 6:20 AM, Stefan Wahren wrote: > 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> Applied, thanks Stefan!
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
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> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.34.1