blob: 020c91318824b7f441b84b2f8fa63c6e8c318ff2 [file] [log] [blame]
Dylan Hungf7d8f832020-09-07 16:25:07 +08001if RAM || SPL_RAM
2config ASPEED_DDR4_DUALX8
3 bool "Enable Dual X8 DDR4 die"
4 depends on DM && OF_CONTROL && ARCH_ASPEED
5 default n
6 help
7 Say Y if dual X8 DDR4 die is used on the board. The aspeed ddr sdram
8 controller needs to know if the memory chip mounted on the board is dual
9 x8 die or not. Or it may get the wrong size of the memory space.
10endif