From b471e7f2ec5a8673e1b5385307357f3dba62f451 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 9 Jul 2015 17:13:07 +0200 Subject: [PATCH] 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 --- arch/arm/configs/ep93xx_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig index e684386e97ba..a7846d64b396 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 -- 2.11.0