summaryrefslogtreecommitdiff
path: root/arch/arm/configs/ep93xx_defconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-07-09 17:13:07 +0200
committerLinus Walleij <linus.walleij@linaro.org>2015-07-17 11:52:38 +0200
commitb471e7f2ec5a8673e1b5385307357f3dba62f451 (patch)
treeada239f9249bf74306b2ede567a4fb0a9492f205 /arch/arm/configs/ep93xx_defconfig
parent0466b0cc6e238d280fa189417c8fc33271dfc776 (diff)
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 <hsweeten@visionengravers.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/ep93xx_defconfig')
-rw-r--r--arch/arm/configs/ep93xx_defconfig4
1 files changed, 4 insertions, 0 deletions
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