diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-07-09 17:13:07 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-17 11:52:38 +0200 |
commit | b471e7f2ec5a8673e1b5385307357f3dba62f451 (patch) | |
tree | ada239f9249bf74306b2ede567a4fb0a9492f205 /arch/arm/configs/ep93xx_defconfig | |
parent | 0466b0cc6e238d280fa189417c8fc33271dfc776 (diff) | |
download | op-kernel-dev-b471e7f2ec5a8673e1b5385307357f3dba62f451.zip op-kernel-dev-b471e7f2ec5a8673e1b5385307357f3dba62f451.tar.gz |
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_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig index e684386..a7846d6 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 |