blob: 08de692e026e424c07e4266e9152e6b55ebc9041 [file] [log] [blame]
Pragnesh Patel4cefe722020-05-29 11:33:26 +05301config 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_FU540_DDR
9 bool "SiFive FU540 DDR driver"
10 depends on RAM_SIFIVE
Bin Menge9ead4a2021-03-17 11:10:58 +080011 default y if TARGET_SIFIVE_UNLEASHED
Pragnesh Patel4cefe722020-05-29 11:33:26 +053012 help
13 This enables DDR support for the platforms based on SiFive FU540 SoC.