u-boot/drivers/ddr/Kconfig
Tom Rini 222d22a39a ddr: Migrate DDR_SPD to Kconfig
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>
2021-08-31 17:46:37 -04:00

8 lines
245 B
Text

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"