]> git.baikalelectronics.ru Git - kernel.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)
commit4f6991cc5e23601d3810cdde4a3749d9fa3f6fa0
tree2fd24a29f6d12444ec53c6bbec2179d5036cad12
parentc9077137541900d42de488f172679fc75fe6b433
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: 95392dff506a ("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