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