diff options
author | Adam Ford <aford173@gmail.com> | 2019-10-03 18:30:07 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-03 18:56:04 +0200 |
commit | 16c1fcdade069644e967628a8ea9a74fb7a6217b (patch) | |
tree | c36864cbe4d6848578c0be4a1b7d906c56787747 /arch/arm/configs | |
parent | ARM: omap2plus_defconfig: Fix selected panels after generic panel changes (diff) | |
download | linux-16c1fcdade069644e967628a8ea9a74fb7a6217b.tar.xz linux-16c1fcdade069644e967628a8ea9a74fb7a6217b.zip |
ARM: omap2plus_defconfig: Update for removed items
The omap panel-dpi driver was removed in
Commit 8bf4b1621178 ("drm/omap: Remove panel-dpi driver")
The tFP410 and DVI connector was remove in
Commit be3143d8b27f ("drm/omap: Remove TFP410 and DVI connector drivers")
This patch removes these items from the omap2plus_defconfig.
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index b647e463b9c7..7099f7b7f994 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -349,12 +349,9 @@ CONFIG_OMAP5_DSS_HDMI=y CONFIG_OMAP2_DSS_SDI=y CONFIG_OMAP2_DSS_DSI=y CONFIG_DRM_OMAP_ENCODER_OPA362=m -CONFIG_DRM_OMAP_ENCODER_TFP410=m CONFIG_DRM_OMAP_ENCODER_TPD12S015=m -CONFIG_DRM_OMAP_CONNECTOR_DVI=m CONFIG_DRM_OMAP_CONNECTOR_HDMI=m CONFIG_DRM_OMAP_CONNECTOR_ANALOG_TV=m -CONFIG_DRM_OMAP_PANEL_DPI=m CONFIG_DRM_OMAP_PANEL_DSI_CM=m CONFIG_DRM_TILCDC=m CONFIG_DRM_PANEL_SIMPLE=m |