Config.in 862 B

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_ROCKCHIP_RKBIN
  2. bool "rockchip-rkbin"
  3. depends on BR2_arm || BR2_aarch64
  4. help
  5. This package provides Rockchip SoC binary blobs for U-Boot.
  6. if BR2_PACKAGE_ROCKCHIP_RKBIN
  7. config BR2_PACKAGE_ROCKCHIP_RKBIN_TPL_FILENAME
  8. string "Rockchip rkbin tpl file path"
  9. help
  10. Path to the tpl file inside the rkbin repository. The
  11. specified file will be copied and used by U-Boot as tpl.
  12. config BR2_PACKAGE_ROCKCHIP_RKBIN_BL31_FILENAME
  13. string "Rockchip rkbin bl31 file path"
  14. help
  15. Path to the bl31 file inside the rkbin repository. The
  16. specified file will be copied and used by U-Boot as bl31.
  17. config BR2_PACKAGE_ROCKCHIP_RKBIN_TEE_FILENAME
  18. string "Rockchip rkbin tee file path"
  19. help
  20. Path to the TEE file inside the rkbin repository. The
  21. specified file will be copied and used by U-Boot as TEE.
  22. endif # BR2_PACKAGE_ROCKCHIP_RKBIN