mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 10:31:30 +00: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>
8 lines
245 B
Text
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"
|