From a62353567d8b8c1742d570bb36639ff6aa86d451 Mon Sep 17 00:00:00 2001 From: Kevin Hao <kexin.hao@windriver.com> Date: Wed, 4 Aug 2021 09:03:00 +0800 Subject: [PATCH] beaglebone: Drop the obsolete OMAP2_DSS This kernel option has been dropped by kernel commit 55b68fb856b5 ("drm/omap: squash omapdrm sub-modules into one"). Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> --- bsp/beaglebone/beaglebone.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg index ae40f9cf3..c389b2624 100644 --- a/bsp/beaglebone/beaglebone.cfg +++ b/bsp/beaglebone/beaglebone.cfg @@ -201,7 +201,6 @@ CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers -CONFIG_OMAP2_DSS=y CONFIG_OMAP2_DSS_DPI=y CONFIG_OMAP2_DSS_VENC=y CONFIG_OMAP2_DSS_DSI=y -- GitLab