mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-29 00:13:30 +08:00
directfb: add support for davinci gfx driver
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
07f41187cc
commit
df39ffe7f4
@ -53,6 +53,10 @@ config BR2_PACKAGE_DIRECTFB_EP9X
|
||||
bool "compile ep9x graphics driver"
|
||||
depends on BR2_arm
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_DAVINCI
|
||||
bool "compile TI DaVinci graphics driver"
|
||||
depends on BR2_arm
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_UNICHROME
|
||||
bool "compile unichrome graphics driver"
|
||||
default y
|
||||
|
@ -58,7 +58,8 @@ DIRECTFB_GFX := \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_PXA3XX),pxa3xx) \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_UNICHROME),unichrome) \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_I830),i830) \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_EP9X),ep9x)
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_EP9X),ep9x) \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_DAVINCI),davinci)
|
||||
|
||||
ifeq ($(strip $(DIRECTFB_GFX)),)
|
||||
DIRECTFB_GFX:=none
|
||||
|
Loading…
Reference in New Issue
Block a user