]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ti-sgx-km/Config.in
package/ti-sgx-km: new package
[coffee/buildroot.git] / package / ti-sgx-km / Config.in
1 comment "ti-sgx-km needs a Linux kernel to be built"
2         depends on BR2_arm
3         depends on !BR2_LINUX_KERNEL
4
5 config 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, 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.
14
15           Note: it needs a TI specific kernel to build properly.
16
17           http://git.ti.com/graphics/omap5-sgx-ddk-linux
18
19 if BR2_PACKAGE_TI_SGX_KM
20
21 choice
22         prompt "Target"
23         default BR2_PACKAGE_TI_SGX_AM335X
24         help
25           Select the SOC for which you would like to install drivers.
26
27 config BR2_PACKAGE_TI_SGX_AM335X
28         bool "AM335x"
29         help
30           AM335x CPU
31
32 config BR2_PACKAGE_TI_SGX_AM437X
33         bool "AM437x"
34         help
35           AM437x CPU
36
37 config BR2_PACKAGE_TI_SGX_AM4430
38         bool "AM4430"
39         help
40           AM4430 CPU
41
42 config BR2_PACKAGE_TI_SGX_AM5430
43         bool "AM5430"
44         help
45           AM5430 CPU
46
47 endchoice
48
49 endif