blob: 0aaac026569a4eaa79b5090e8a0d9046c5e22410 [file] [log] [blame]
Pragnesh Patelc514a942020-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
Green Wandab18c72021-05-27 06:52:09 -07008config SIFIVE_DDR
9 bool "SiFive DDR driver"
Pragnesh Patelc514a942020-05-29 11:33:26 +053010 depends on RAM_SIFIVE
Green Wandab18c72021-05-27 06:52:09 -070011 default y if TARGET_SIFIVE_UNLEASHED || TARGET_SIFIVE_UNMATCHED
Pragnesh Patelc514a942020-05-29 11:33:26 +053012 help
Green Wandab18c72021-05-27 06:52:09 -070013 This enables DDR support for the platforms based on SiFive SoC.