Skip to content

Commit 553a4ee

Browse files
brooniearndb
authored andcommitted
ARM: configs: Enable audio on BeagleBone Black in multi_v7_defconfig
The BeagleBone Black supports audio over HDMI, using a combination of the DaVinci McASP (used for audio by a very large proportion of DaVinci systems with audio support) and a TDA998x device driving the HDMI link (this is a very widely used driver). Build both drivers as modules in multi_v7_defconfig so they can be more easily included in testing. Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Bartosz Golaszewski <brgl@bgdev.pl> Link: https://lore.kernel.org/r/20220506222646.1671474-1-broonie@kernel.org' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 77ef406 commit 553a4ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/configs/multi_v7_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ CONFIG_IMX_IPUV3_CORE=m
688688
CONFIG_DRM=y
689689
# CONFIG_DRM_I2C_CH7006 is not set
690690
# CONFIG_DRM_I2C_SIL164 is not set
691+
CONFIG_DRM_I2C_NXP_TDA998X=m
691692
CONFIG_DRM_NOUVEAU=m
692693
CONFIG_DRM_EXYNOS=m
693694
CONFIG_DRM_EXYNOS_FIMD=y
@@ -802,6 +803,7 @@ CONFIG_SND_SOC_TEGRA_WM9712=m
802803
CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
803804
CONFIG_SND_SOC_TEGRA_ALC5632=m
804805
CONFIG_SND_SOC_TEGRA_MAX98090=m
806+
CONFIG_SND_SOC_DAVINCI_MCASP=m
805807
CONFIG_SND_SOC_AK4642=m
806808
CONFIG_SND_SOC_CPCAP=m
807809
CONFIG_SND_SOC_CS42L51_I2C=m

0 commit comments

Comments
 (0)