Config.in 540 B

1234567891011121314151617
  1. comment "ti-sgx-km needs a Linux kernel to be built"
  2. depends on BR2_arm
  3. depends on !BR2_LINUX_KERNEL
  4. config BR2_PACKAGE_TI_SGX_KM
  5. bool "ti-sgx-km"
  6. depends on BR2_LINUX_KERNEL && BR2_arm
  7. select BR2_LINUX_NEEDS_MODULES
  8. help
  9. Kernel modules for TI CPUs with SGX GPU.
  10. This package supports AM335x only.
  11. It builds the kernel module and the user space binaries.
  12. For older CPUs or kernels use the ti-gfx package.
  13. Note: it needs a TI specific kernel to build properly.
  14. https://git.ti.com/cgit/graphics/omap5-sgx-ddk-linux