Kconfig 353 B

12345678910111213
  1. config RAM_SIFIVE
  2. bool "Ram drivers support for SiFive SoCs"
  3. depends on RAM && RISCV
  4. default y
  5. help
  6. This enables support for ram drivers of SiFive SoCs.
  7. config SIFIVE_FU540_DDR
  8. bool "SiFive FU540 DDR driver"
  9. depends on RAM_SIFIVE
  10. default y if TARGET_SIFIVE_FU540
  11. help
  12. This enables DDR support for the platforms based on SiFive FU540 SoC.