soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / device / dram / Kconfig
blobb9b5de4f6d7da582ffd709f496c72ab7db02606d
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config USE_DDR5
4         bool
5         default n
6         help
7           system supports DDR5 memory
9 config USE_LPDDR4
10         bool
11         default n
12         help
13           system supports LPDDR4 memory
15 config USE_DDR4
16         bool
17         default n
18         help
19           system supports DDR4 memory
21 config USE_DDR3
22         bool
23         default n
24         help
25           system supports DDR3 memory
27 config USE_DDR2
28         bool
29         default n
30         help
31           system supports DDR2 memory