diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-19 06:12:37 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 21:10:08 +0300 |
commit | fc8d3b9a2f03eb6a92e1b34c6d841285a6d47bb1 (patch) | |
tree | 02f5b06a988953376f97b2ea29b2f9ca007c2036 /configs/ls1021atwr_sdcard_qspi_defconfig | |
parent | 81bc599dfa9cf536ecab05f8b091257d180b3bce (diff) | |
download | u-boot-fc8d3b9a2f03eb6a92e1b34c6d841285a6d47bb1.tar.xz |
Convert CONFIG_I2C_SET_DEFAULT_BUS_NUM et al to Kconfig
This converts the following to Kconfig:
CONFIG_I2C_SET_DEFAULT_BUS_NUM
CONFIG_I2C_DEFAULT_BUS_NUMBER
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1021atwr_sdcard_qspi_defconfig')
-rw-r--r-- | configs/ls1021atwr_sdcard_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021atwr_sdcard_qspi_defconfig b/configs/ls1021atwr_sdcard_qspi_defconfig index b75318dc30..485f394268 100644 --- a/configs/ls1021atwr_sdcard_qspi_defconfig +++ b/configs/ls1021atwr_sdcard_qspi_defconfig @@ -58,6 +58,7 @@ CONFIG_SATA_CEVA=y CONFIG_FSL_CAAM=y CONFIG_DM_I2C=y CONFIG_SPL_SYS_I2C_LEGACY=y +CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_SYS_I2C_EEPROM_ADDR=0x53 CONFIG_FSL_ESDHC=y CONFIG_MTD=y |