From: Brian Maly Date: Thu, 16 Feb 2017 21:33:07 +0000 (-0500) Subject: config: enable simple framebuffer driver for OL6 X-Git-Tag: v4.1.12-92^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=97e8160aa6d634dff7fa54494b57316382207013;p=users%2Fjedix%2Flinux-maple.git config: enable simple framebuffer driver for OL6 Orabug: 25428466 Enable simple framebuffer driver support for OL6 so we maintain compatibility with RHCK kernel. Signed-off-by: Brian Maly --- diff --git a/uek-rpm/ol6/config-x86_64 b/uek-rpm/ol6/config-x86_64 index 32f7ed6f70912..e833d785f0b28 100644 --- a/uek-rpm/ol6/config-x86_64 +++ b/uek-rpm/ol6/config-x86_64 @@ -4442,7 +4442,7 @@ CONFIG_XEN_FBDEV_FRONTEND=m # CONFIG_FB_BROADSHEET is not set # CONFIG_FB_AUO_K190X is not set CONFIG_FB_HYPERV=m -# CONFIG_FB_SIMPLE is not set +CONFIG_FB_SIMPLE=y CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m CONFIG_LCD_PLATFORM=m diff --git a/uek-rpm/ol6/config-x86_64-debug b/uek-rpm/ol6/config-x86_64-debug index 0e3451cfa8cbe..6ea108cf48bac 100644 --- a/uek-rpm/ol6/config-x86_64-debug +++ b/uek-rpm/ol6/config-x86_64-debug @@ -4434,7 +4434,7 @@ CONFIG_XEN_FBDEV_FRONTEND=m # CONFIG_FB_BROADSHEET is not set # CONFIG_FB_AUO_K190X is not set CONFIG_FB_HYPERV=m -# CONFIG_FB_SIMPLE is not set +CONFIG_FB_SIMPLE=y CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m CONFIG_LCD_PLATFORM=m