4a03a66f40
Commit b54c5464cc
(ti-sgx-km: rename options to have proper prefix)
forgot to add defaults from legacy options, and notices in
Config.in.legacy that legacy options are still referenced in the
package itself.
Reported-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
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, AM437x, AM4430 and AM5430.
|
|
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.
|
|
|
|
http://git.ti.com/graphics/omap5-sgx-ddk-linux
|
|
|
|
if BR2_PACKAGE_TI_SGX_KM
|
|
|
|
choice
|
|
prompt "Target"
|
|
default BR2_PACKAGE_TI_SGX_KM_AM335X if BR2_PACKAGE_TI_SGX_AM335X # legacy
|
|
default BR2_PACKAGE_TI_SGX_KM_AM437X if BR2_PACKAGE_TI_SGX_AM437X # legacy
|
|
default BR2_PACKAGE_TI_SGX_KM_AM4430 if BR2_PACKAGE_TI_SGX_AM4430 # legacy
|
|
default BR2_PACKAGE_TI_SGX_KM_AM5430 if BR2_PACKAGE_TI_SGX_AM5430 # legacy
|
|
default BR2_PACKAGE_TI_SGX_KM_AM335X
|
|
help
|
|
Select the SOC for which you would like to install drivers.
|
|
|
|
config BR2_PACKAGE_TI_SGX_KM_AM335X
|
|
bool "AM335x"
|
|
help
|
|
AM335x CPU
|
|
|
|
config BR2_PACKAGE_TI_SGX_KM_AM437X
|
|
bool "AM437x"
|
|
help
|
|
AM437x CPU
|
|
|
|
config BR2_PACKAGE_TI_SGX_KM_AM4430
|
|
bool "AM4430"
|
|
help
|
|
AM4430 CPU
|
|
|
|
config BR2_PACKAGE_TI_SGX_KM_AM5430
|
|
bool "AM5430"
|
|
help
|
|
AM5430 CPU
|
|
|
|
endchoice
|
|
|
|
endif
|