[linux-yocto] [PATCH] meta-yocto-bsp: beaglebone: Enable drm for omap

edwin.plauchu.camacho at linux.intel.com edwin.plauchu.camacho at linux.intel.com
Mon May 9 11:46:19 PDT 2016


From: Edwin Plauchu <edwin.plauchu.camacho at intel.com>

The modesettings driver for beaglebone is requiring this module enable.
---
 bsp/beaglebone/beaglebone.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg
index 781ecfc..66a6361 100644
--- a/bsp/beaglebone/beaglebone.cfg
+++ b/bsp/beaglebone/beaglebone.cfg
@@ -219,6 +219,7 @@ CONFIG_FB=y
 CONFIG_DRM=y
 CONFIG_DRM_I2C_NXP_TDA998X=y
 CONFIG_DRM_TILCDC=y
+CONFIG_DRM_OMAP=y
 # CONFIG_VGASTATE is not set
 # CONFIG_VIDEO_OUTPUT_CONTROL is not set
 # CONFIG_FIRMWARE_EDID is not set
-- 
1.9.1



More information about the linux-yocto mailing list