Dylan Hung | f7d8f83 | 2020-09-07 16:25:07 +0800 | [diff] [blame] | 1 | if RAM || SPL_RAM |
2 | config 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. | ||||
10 | endif |