mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-09 22:51:27 +02:00
Move the symbol that controls building some JEDEC SPD support functions to Kconfig. This is required on the TI keystone 2 platforms and very frequently (but not always) used on large number of Freescale/NXP platforms, so use imply there. Signed-off-by: Tom Rini <trini@konsulko.com>
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
config DDR_SPD
|
|
bool "JEDEC Serial Presence Detect (SPD) support"
|
|
help
|
|
For memory controllers that can utilize it, add enable support for
|
|
using the JEDEC SDP standard.
|
|
|
|
source "drivers/ddr/altera/Kconfig"
|
|
source "drivers/ddr/imx/Kconfig"
|