kumquat-buildroot/package/rockchip-rkbin/Config.in
Yann E. MORIN 0ed334b463 package/rockchip-rkbin: fix typo in help text
Reported-by: Kilian Zinnecker <kilian.zinnecker@mail.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-08-07 19:24:56 +02:00

28 lines
862 B
Plaintext

config BR2_PACKAGE_ROCKCHIP_RKBIN
bool "rockchip-rkbin"
depends on BR2_arm || BR2_aarch64
help
This package provides Rockchip SoC binary blobs for U-Boot.
if BR2_PACKAGE_ROCKCHIP_RKBIN
config BR2_PACKAGE_ROCKCHIP_RKBIN_TPL_FILENAME
string "Rockchip rkbin tpl file path"
help
Path to the tpl file inside the rkbin repository. The
specified file will be copied and used by U-Boot as tpl.
config BR2_PACKAGE_ROCKCHIP_RKBIN_BL31_FILENAME
string "Rockchip rkbin bl31 file path"
help
Path to the bl31 file inside the rkbin repository. The
specified file will be copied and used by U-Boot as bl31.
config BR2_PACKAGE_ROCKCHIP_RKBIN_TEE_FILENAME
string "Rockchip rkbin tee file path"
help
Path to the TEE file inside the rkbin repository. The
specified file will be copied and used by U-Boot as TEE.
endif # BR2_PACKAGE_ROCKCHIP_RKBIN