26 lines
509 B
Plaintext
26 lines
509 B
Plaintext
config BR2_PACKAGE_RKNPU2
|
|
bool "rknpu2"
|
|
help
|
|
"rknpu runtime lib and server"
|
|
|
|
config BR2_PACKAGE_RKNPU2_ARCH
|
|
string
|
|
depends on BR2_ARCH = "arm" || BR2_ARCH = "aarch64"
|
|
default "armhf" if BR2_ARCH="arm"
|
|
default BR2_ARCH
|
|
|
|
config BR2_PACKAGE_RKNPU2_SOC
|
|
string
|
|
depends on BR2_PACKAGE_RK3566_RK3568 || BR2_PACKAGE_RK3562 || \
|
|
BR2_PACKAGE_RK3588
|
|
default "RK3588" if BR2_PACKAGE_RK3588
|
|
default "RK356X"
|
|
|
|
if BR2_PACKAGE_RKNPU2
|
|
|
|
config BR2_PACKAGE_RKNPU2_EXAMPLE
|
|
bool "rknpu2 example"
|
|
default y
|
|
|
|
endif
|