From: Linus Walleij Date: Thu, 9 Jul 2015 15:13:07 +0000 (+0200) Subject: ARM: ep93xx: add framebuffer to the defconfig X-Git-Tag: v4.3-rc1~119^2~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b471e7f2ec5a8673e1b5385307357f3dba62f451;p=thirdparty%2Flinux.git ARM: ep93xx: add framebuffer to the defconfig The EP93xx SoC has a framebuffer driver, let's add this to the defconfig so we can have graphics working out of the box. Reviewed-by: H Hartley Sweeten Signed-off-by: Linus Walleij --- diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig index e684386e97bad..a7846d64b396d 100644 --- a/arch/arm/configs/ep93xx_defconfig +++ b/arch/arm/configs/ep93xx_defconfig @@ -90,6 +90,10 @@ CONFIG_SPI=y CONFIG_SPI_EP93XX=y CONFIG_WATCHDOG=y CONFIG_EP93XX_WATCHDOG=y +CONFIG_FB=y +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_EP93XX=y +CONFIG_LOGO=y CONFIG_USB=y CONFIG_USB_DYNAMIC_MINORS=y CONFIG_USB_OHCI_HCD=y