9
0
Fork 0

common: move DDR_SPD to common/Kconfig

This patch makes it possible to use ddr_spd-related
routines in any arch not only in ppc.

Signed-off-by: Alexander Smirnov <alllecs@yandex.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Smirnov 2015-07-03 18:58:23 +03:00 committed by Sascha Hauer
parent d46b6785c4
commit c5e4c38f19
3 changed files with 6 additions and 5 deletions

View File

@ -81,10 +81,6 @@ config P1022
config MPC8544
bool
config DDR_SPD
bool
select CRC16
config FSL_DDR2
bool

View File

@ -9,5 +9,6 @@ obj-y += fsl_i2c.o
obj-$(CONFIG_MP) += mp.o
obj-$(CONFIG_OFTREE) += fdt.o
obj-$(CONFIG_DRIVER_NET_GIANFAR) += eth-devices.o
obj-$(CONFIG_DDR_SPD) += ../ddr-8xxx/
obj-$(CONFIG_FSL_DDR2) += ../ddr-8xxx/
obj-$(CONFIG_FSL_DDR3) += ../ddr-8xxx/
extra-y += barebox.lds

View File

@ -951,3 +951,7 @@ endmenu
config HAS_DEBUG_LL
bool
config DDR_SPD
bool
select CRC16