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>
This commit is contained in:
parent
0466b0cc6e
commit
b471e7f2ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue