summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-20 02:45:34 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:08:37 +0300
commit8ce59b5932946b10d5abdd4b06577e7413bbec13 (patch)
tree7d1b8484cb81908b87fa23c5773dd4861409fac3 /drivers
parentd91365203c06e0fbfa329e707196e9aa51241e4c (diff)
downloadu-boot-8ce59b5932946b10d5abdd4b06577e7413bbec13.tar.xz
Convert CONFIG_SPD_EEPROM to Kconfig
This converts the following to Kconfig: CONFIG_SPD_EEPROM Cc: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ddr/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ddr/Kconfig b/drivers/ddr/Kconfig
index 738b788401..fa873cc487 100644
--- a/drivers/ddr/Kconfig
+++ b/drivers/ddr/Kconfig
@@ -37,3 +37,11 @@ config SYS_SPD_BUS_NUM
source "drivers/ddr/altera/Kconfig"
source "drivers/ddr/imx/Kconfig"
+
+config SPD_EEPROM
+ bool "DDR controller makes use of an SPD EEPROM for JEDEC information"
+ depends on SYS_FSL_DDR || SYS_FSL_MMDC || CONFIG_ARMADA_XP
+ help
+ Get DDR timing information from an I2C EEPROM. Common with pluggable
+ memory modules such as SODIMMs. You must define SPD_EEPROM_ADDRESS
+ to the I2C address of the SPD EEPROM.