linuxOS_AP06/buildroot/package/rockchip/rknpu2/Config.in
2025-06-03 12:28:32 +08:00

19 lines
326 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
if BR2_PACKAGE_RKNPU2
config BR2_PACKAGE_RKNPU2_EXAMPLE
bool "rknpu2 example"
default y
endif