blob: b9b5de4f6d7da582ffd709f496c72ab7db02606d [file] [log] [blame]
Martin Rotha666af72022-10-29 13:27:22 -06001## SPDX-License-Identifier: GPL-2.0-only
2
Martin Rotha666af72022-10-29 13:27:22 -06003config USE_DDR5
4 bool
Elyes Haouas8e9906c2023-07-09 10:26:07 +02005 default n
Martin Rotha666af72022-10-29 13:27:22 -06006 help
7 system supports DDR5 memory
8
9config USE_LPDDR4
10 bool
Elyes Haouas8e9906c2023-07-09 10:26:07 +020011 default n
Martin Rotha666af72022-10-29 13:27:22 -060012 help
13 system supports LPDDR4 memory
14
15config USE_DDR4
16 bool
Elyes Haouas8e9906c2023-07-09 10:26:07 +020017 default n
Martin Rotha666af72022-10-29 13:27:22 -060018 help
19 system supports DDR4 memory
20
21config USE_DDR3
22 bool
Elyes Haouas8e9906c2023-07-09 10:26:07 +020023 default n
Martin Rotha666af72022-10-29 13:27:22 -060024 help
25 system supports DDR3 memory
26
27config USE_DDR2
28 bool
Elyes Haouas8e9906c2023-07-09 10:26:07 +020029 default n
Martin Rotha666af72022-10-29 13:27:22 -060030 help
31 system supports DDR2 memory