2016-07-14 14:04:45 +02:00
|
|
|
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.
|
2019-11-15 13:49:58 +01:00
|
|
|
This package supports AM335x only.
|
2016-07-14 14:04:45 +02:00
|
|
|
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.
|
|
|
|
|
2019-11-15 13:49:58 +01:00
|
|
|
https://git.ti.com/cgit/graphics/omap5-sgx-ddk-linux
|