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