1config 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 8config SIFIVE_DDR 9 bool "SiFive DDR driver" 10 depends on RAM_SIFIVE 11 default y if TARGET_SIFIVE_UNLEASHED || TARGET_SIFIVE_UNMATCHED 12 help 13 This enables DDR support for the platforms based on SiFive SoC. 14