commit | fe2cea65d18a23dde09b4a2ced155fba4e627df2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Aug 21 13:50:16 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 31 17:46:37 2021 -0400 |
tree | 3eeb2d2609de7c5d96025e8be40a01d6d476ba2b | |
parent | 592bcd0839815dbb9dc89c573f23433e724c28f4 [diff] |
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>