Config.in 566 B

123456789101112131415
  1. comment "mali-driver needs a Linux kernel to be built"
  2. depends on !BR2_LINUX_KERNEL
  3. config BR2_PACKAGE_MALI_DRIVER
  4. bool "mali-driver"
  5. depends on BR2_aarch64 || BR2_arm
  6. depends on BR2_LINUX_KERNEL
  7. help
  8. This package builds and installs the Linux kernel driver for
  9. the Mali Midgard/Bifrost GPU, compatible with recent Linux
  10. kernels (>= 5.4). Note that it should be installed together
  11. with the corresponding userspace OpenGL libraries, which are
  12. usually provided as binaries only by hardware vendors.
  13. mali-driver requires a Linux kernel >= 5.4.