|
@@ -125,6 +125,7 @@ comment "R600 driver needs a uClibc or glibc toolchain when llvm is enabled"
|
|
|
|
|
|
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI
|
|
|
bool "Gallium Radeon SI driver"
|
|
|
+ depends on BR2_USE_MMU # libdrm
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
depends on BR2_PACKAGE_MESA3D_LLVM
|
|
|
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
|
|
@@ -141,6 +142,7 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI
|
|
|
# Radeon SI needs libelf
|
|
|
# musl is not currently compatible with elfutils
|
|
|
comment "Radeon SI driver needs a uClibc or glibc toolchain"
|
|
|
+ depends on BR2_USE_MMU
|
|
|
depends on BR2_PACKAGE_MESA3D_LLVM
|
|
|
depends on !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
|
|
|
|