mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
libdrm: add etnaviv (i.MX6/Vivante GCxxx) option
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
506445e963
commit
efe223f4ad
@ -62,6 +62,14 @@ config BR2_PACKAGE_LIBDRM_OMAP
|
|||||||
help
|
help
|
||||||
Install the TI OMAP driver using an experimental API.
|
Install the TI OMAP driver using an experimental API.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_LIBDRM_ETNAVIV
|
||||||
|
bool "etnaviv (experimental)"
|
||||||
|
depends on BR2_arm
|
||||||
|
depends on BR2_PACKAGE_LIBDRM_HAS_ATOMIC
|
||||||
|
select BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
|
||||||
|
help
|
||||||
|
Install the Etnaviv/Vivante driver using an experimental API.
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBDRM_EXYNOS
|
config BR2_PACKAGE_LIBDRM_EXYNOS
|
||||||
bool "exynos (experimental)"
|
bool "exynos (experimental)"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
|
@ -65,6 +65,12 @@ else
|
|||||||
LIBDRM_CONF_OPTS += --disable-omap-experimental-api
|
LIBDRM_CONF_OPTS += --disable-omap-experimental-api
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBDRM_ETNAVIV),y)
|
||||||
|
LIBDRM_CONF_OPTS += --enable-etnaviv-experimental-api
|
||||||
|
else
|
||||||
|
LIBDRM_CONF_OPTS += --disable-etnaviv-experimental-api
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBDRM_EXYNOS),y)
|
ifeq ($(BR2_PACKAGE_LIBDRM_EXYNOS),y)
|
||||||
LIBDRM_CONF_OPTS += --enable-exynos-experimental-api
|
LIBDRM_CONF_OPTS += --enable-exynos-experimental-api
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user