diff options
author | Tom Rini | 2022-07-23 13:05:12 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-04 16:18:48 -0400 |
commit | 78475d2572615471d3c047e61481a68859d0dd7f (patch) | |
tree | d0de486d8215feedc0eba48c2e2b4428bd66d284 /configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | |
parent | 7da6a9e7df2f31f35391925042f58b19c7b7d9e4 (diff) |
Convert CONFIG_SYS_FSL_DDR_INTLV_256B to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FSL_DDR_INTLV_256B
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/lx2160aqds_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig b/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig index 21c60524f4d..84aea7fb17c 100644 --- a/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig @@ -61,6 +61,7 @@ CONFIG_DYNAMIC_DDR_CLK_FREQ=y CONFIG_DIMM_SLOTS_PER_CTLR=2 CONFIG_DDR_ECC=y CONFIG_ECC_INIT_VIA_DDRCONTROLLER=y +CONFIG_SYS_FSL_DDR_INTLV_256B=y CONFIG_MPC8XXX_GPIO=y CONFIG_DM_I2C=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y |