18 lines
540 B
Plaintext
18 lines
540 B
Plaintext
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
|