libdrm: VC4 change dependency to arm OR aarch64
authorOlivier Schonken <olivier.schonken@gmail.com>
Wed, 11 Oct 2017 15:42:10 +0000 (17:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 11 Oct 2017 19:58:40 +0000 (21:58 +0200)
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>
package/libdrm/Config.in

index b90aea7cef3ecc6322a1af2d6ca9cdc8680572e0..e48246ad785e2c5bb098da8a7023e41b5d4f272f 100644 (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.