[linux-yocto] [PATCH 2/3] beaglebone: Drop the needless unsetting of the kernel options
Kevin Hao
kexin.hao at windriver.com
Tue Sep 25 00:32:04 PDT 2018
These kernel options are set to 'n' by default without any prompt.
So they are not supposed to be set/unset by the users.
Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
bsp/beaglebone/beaglebone.cfg | 6 ------
1 file changed, 6 deletions(-)
diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg
index ab42283c645f..b60c0721a22f 100644
--- a/bsp/beaglebone/beaglebone.cfg
+++ b/bsp/beaglebone/beaglebone.cfg
@@ -199,17 +199,11 @@ CONFIG_DRM=y
CONFIG_DRM_I2C_NXP_TDA998X=y
CONFIG_DRM_TILCDC=y
CONFIG_DRM_OMAP=y
-# CONFIG_VGASTATE is not set
# CONFIG_FIRMWARE_EDID is not set
-# CONFIG_FB_DDC is not set
-# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
-# CONFIG_FB_SVGALIB is not set
-# CONFIG_FB_MACMODES is not set
-# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
--
2.14.4
More information about the linux-yocto
mailing list