xref: /OK3568_Linux_fs/buildroot/package/ti-sgx-km/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "ti-sgx-km needs a Linux kernel to be built"
2*4882a593Smuzhiyun	depends on BR2_arm
3*4882a593Smuzhiyun	depends on !BR2_LINUX_KERNEL
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunconfig BR2_PACKAGE_TI_SGX_KM
6*4882a593Smuzhiyun	bool "ti-sgx-km"
7*4882a593Smuzhiyun	depends on BR2_LINUX_KERNEL && BR2_arm
8*4882a593Smuzhiyun	select BR2_LINUX_NEEDS_MODULES
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  Kernel modules for TI CPUs with SGX GPU.
11*4882a593Smuzhiyun	  This package supports AM335x only.
12*4882a593Smuzhiyun	  It builds the kernel module and the user space binaries.
13*4882a593Smuzhiyun	  For older CPUs or kernels use the ti-gfx package.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  Note: it needs a TI specific kernel to build properly.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  https://git.ti.com/cgit/graphics/omap5-sgx-ddk-linux
18