repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/ptl: Update ME specification version to 21
[coreboot.git]
/
src
/
device
/
dram
/
Kconfig
blob
b9b5de4f6d7da582ffd709f496c72ab7db02606d
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config USE_DDR5
4
bool
5
default n
6
help
7
system supports DDR5 memory
8
9
config USE_LPDDR4
10
bool
11
default n
12
help
13
system supports LPDDR4 memory
14
15
config USE_DDR4
16
bool
17
default n
18
help
19
system supports DDR4 memory
20
21
config USE_DDR3
22
bool
23
default n
24
help
25
system supports DDR3 memory
26
27
config USE_DDR2
28
bool
29
default n
30
help
31
system supports DDR2 memory