Config.in 404 B

1234567891011121314
  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"
  6. depends on BR2_riscv
  7. depends on BR2_LINUX_KERNEL
  8. help
  9. The RISC-V Proxy Kernel (pk) package contains the Berkeley
  10. Boot Loader (BBL) which has been designed to boot a Linux
  11. kernel on a RISC-V processor.
  12. https://github.com/riscv/riscv-pk.git