1 comment "ti-sgx-km needs a Linux kernel to be built"
3 depends on !BR2_LINUX_KERNEL
5 config BR2_PACKAGE_TI_SGX_KM
7 depends on BR2_LINUX_KERNEL && BR2_arm
8 select BR2_LINUX_NEEDS_MODULES
10 Kernel modules for TI CPUs with SGX GPU.
11 This package supports AM335x, AM437x, AM4430 and AM5430.
12 It builds the kernel module and the user space binaries.
13 For older CPUs or kernels use the ti-gfx package.
15 Note: it needs a TI specific kernel to build properly.
17 http://git.ti.com/graphics/omap5-sgx-ddk-linux
19 if BR2_PACKAGE_TI_SGX_KM
23 default BR2_PACKAGE_TI_SGX_AM335X
25 Select the SOC for which you would like to install drivers.
27 config BR2_PACKAGE_TI_SGX_AM335X
32 config BR2_PACKAGE_TI_SGX_AM437X
37 config BR2_PACKAGE_TI_SGX_AM4430
42 config BR2_PACKAGE_TI_SGX_AM5430