Config.in 525 B

1234567891011121314151617
  1. comment "riscv-pk needs a Linux kernel to be built"
  2. depends on BR2_riscv
  3. depends on !BR2_LINUX_KERNEL
  4. config BR2_TARGET_RISCV_PK
  5. bool "riscv-pk (deprecated)"
  6. depends on BR2_riscv
  7. depends on BR2_LINUX_KERNEL
  8. help
  9. The RISC-V Proxy Kernel (pk) and Boot Loader (BBL) have
  10. been deprecated. Please use OpenSBI instead.
  11. The RISC-V Proxy Kernel (pk) package contains the Berkeley
  12. Boot Loader (BBL) which has been designed to boot a Linux
  13. kernel on a RISC-V processor.
  14. https://github.com/riscv/riscv-pk.git