Skip to content

Commit 42cfcf6

Browse files
glneoarndb
authored andcommitted
ARM: multi_v7_defconfig: Enable OMAP audio/display support
We would like to support some additional OMAP class devices using the common multi_v7_defconfig. To start, enable some audio/display related modules: DRM_OMAP/OMAP5_DSS_HDMI: For base DRM display support. DRM_TI_TFP410: Used as a display bridge for several EVM's panels. DRM_TI_TPD12S015: HDMI encoder on several OMAP/Sitara EVMs. SND_SOC_TLV320AIC3X_I2C: For I2C attached TLV320AIC3x codecs. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent cca9f68 commit 42cfcf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/configs/multi_v7_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,8 @@ CONFIG_ROCKCHIP_INNO_HDMI=y
714714
CONFIG_DRM_ATMEL_HLCDC=m
715715
CONFIG_DRM_RCAR_DU=m
716716
CONFIG_DRM_SUN4I=m
717+
CONFIG_DRM_OMAP=m
718+
CONFIG_OMAP5_DSS_HDMI=y
717719
CONFIG_DRM_MSM=m
718720
CONFIG_DRM_FSL_DCU=m
719721
CONFIG_DRM_TEGRA=y
@@ -737,6 +739,8 @@ CONFIG_DRM_SII9234=m
737739
CONFIG_DRM_SIMPLE_BRIDGE=m
738740
CONFIG_DRM_TOSHIBA_TC358764=m
739741
CONFIG_DRM_TOSHIBA_TC358768=m
742+
CONFIG_DRM_TI_TFP410=m
743+
CONFIG_DRM_TI_TPD12S015=m
740744
CONFIG_DRM_I2C_ADV7511=m
741745
CONFIG_DRM_I2C_ADV7511_AUDIO=y
742746
CONFIG_DRM_STI=m

0 commit comments

Comments
 (0)