mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 00:47:43 +00:00
Add support for DirectFB EP9x driver
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e3d261779e
commit
8c1e029a3d
@ -49,6 +49,10 @@ config BR2_PACKAGE_DIRECTFB_PXA3XX
|
|||||||
bool "compile pxa3xx graphics driver"
|
bool "compile pxa3xx graphics driver"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
|
|
||||||
|
config BR2_PACKAGE_DIRECTFB_EP9X
|
||||||
|
bool "compile ep9x graphics driver"
|
||||||
|
depends on BR2_arm
|
||||||
|
|
||||||
config BR2_PACKAGE_DIRECTFB_UNICHROME
|
config BR2_PACKAGE_DIRECTFB_UNICHROME
|
||||||
bool "compile unichrome graphics driver"
|
bool "compile unichrome graphics driver"
|
||||||
default y
|
default y
|
||||||
|
@ -60,7 +60,8 @@ DIRECTFB_GFX := \
|
|||||||
$(if $(BR2_PACKAGE_DIRECTFB_MATROX),matrox) \
|
$(if $(BR2_PACKAGE_DIRECTFB_MATROX),matrox) \
|
||||||
$(if $(BR2_PACKAGE_DIRECTFB_PXA3XX),pxa3xx) \
|
$(if $(BR2_PACKAGE_DIRECTFB_PXA3XX),pxa3xx) \
|
||||||
$(if $(BR2_PACKAGE_DIRECTFB_UNICHROME),unichrome) \
|
$(if $(BR2_PACKAGE_DIRECTFB_UNICHROME),unichrome) \
|
||||||
$(if $(BR2_PACKAGE_DIRECTFB_I830),i830)
|
$(if $(BR2_PACKAGE_DIRECTFB_I830),i830) \
|
||||||
|
$(if $(BR2_PACKAGE_DIRECTFB_EP9X),ep9x)
|
||||||
|
|
||||||
ifeq ($(strip $(DIRECTFB_GFX)),)
|
ifeq ($(strip $(DIRECTFB_GFX)),)
|
||||||
DIRECTFB_GFX:=none
|
DIRECTFB_GFX:=none
|
||||||
|
Loading…
x
Reference in New Issue
Block a user