libdrm: VC4 change dependency to arm OR aarch64

Enable selection of VC4 driver when compiling for Rpi3 using aarch64

Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Olivier Schonken 2017-10-11 17:42:10 +02:00 committed by Thomas Petazzoni
parent 2f5dea383e
commit 95108c5895

View File

@ -94,7 +94,7 @@ config BR2_PACKAGE_LIBDRM_TEGRA
config BR2_PACKAGE_LIBDRM_VC4
bool "vc4"
depends on BR2_arm
depends on BR2_aarch64 || BR2_arm
help
Install vc4 (Raspberry Pi) driver.