diff options
author | Adam Ford <aford173@gmail.com> | 2019-09-23 21:25:31 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-09-23 21:25:31 +0300 |
commit | 04e0e1777a792223897b8c21eb4e0a5b2624d9df (patch) | |
tree | 3e1fb35dbc09636aa5fdd6cc80aadc735189d5fc /arch/arm | |
parent | c01f5120ca7cf2994336c42b8a9cae697121ffb3 (diff) | |
download | linux-04e0e1777a792223897b8c21eb4e0a5b2624d9df.tar.xz |
ARM: omap2plus_defconfig: Enable DRM_TI_TFP410
The TFP410 driver was removed but the replacement driver was
never enabled. This patch enableds the DRM_TI_TFP410
Fixes: be3143d8b27f ("drm/omap: Remove TFP410 and DVI connector drivers")
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 64eb896907bf..ab046eb41c7a 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -364,6 +364,7 @@ CONFIG_DRM_OMAP_PANEL_TPO_TD043MTEA1=m CONFIG_DRM_OMAP_PANEL_NEC_NL8048HL11=m CONFIG_DRM_TILCDC=m CONFIG_DRM_PANEL_SIMPLE=m +CONFIG_DRM_TI_TFP410=m CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_MODE_HELPERS=y |