]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ARM: omap2plus_defconfig: Fix missing video
authorAdam Ford <aford173@gmail.com>
Wed, 28 Aug 2019 18:33:49 +0000 (13:33 -0500)
committerTony Lindgren <tony@atomide.com>
Fri, 6 Sep 2019 16:15:55 +0000 (09:15 -0700)
commit4957eccf979b025286b39388fd1a60cde601a10a
tree2fd24a29f6d12444ec53c6bbec2179d5036cad12
parent2783d0638a51e8dba6319d9f4a2b445995a4fad1
ARM: omap2plus_defconfig: Fix missing video

When the panel-dpi driver was removed, the simple-panels driver
was never enabled, so anyone who used the panel-dpi driver lost
video, and those who used it inconjunction with simple-panels
would have to manually enable CONFIG_DRM_PANEL_SIMPLE.

This patch makes CONFIG_DRM_PANEL_SIMPLE a module in the same
way the deprecated panel-dpi was.

Fixes: 8bf4b1621178 ("drm/omap: Remove panel-dpi driver")
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/configs/omap2plus_defconfig