Revert "directfb: add support for davinci gfx driver"

This reverts commit df39ffe7f4.

It's broken and Arnout no longer has the hardware to fix/test.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-05-15 21:56:14 +02:00
parent 362256a31e
commit 1abaa98d92
2 changed files with 1 additions and 6 deletions

View File

@ -53,10 +53,6 @@ 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

View File

@ -58,8 +58,7 @@ 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_DAVINCI),davinci)
$(if $(BR2_PACKAGE_DIRECTFB_EP9X),ep9x)
ifeq ($(strip $(DIRECTFB_GFX)),)
DIRECTFB_GFX:=none