diff options
| author | Tom Rini <[email protected]> | 2021-08-18 23:12:37 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-30 14:10:08 -0400 |
| commit | fc8d3b9a2f03eb6a92e1b34c6d841285a6d47bb1 (patch) | |
| tree | 02f5b06a988953376f97b2ea29b2f9ca007c2036 /configs/MPC8548CDS_defconfig | |
| parent | 81bc599dfa9cf536ecab05f8b091257d180b3bce (diff) | |
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 <[email protected]>
Diffstat (limited to 'configs/MPC8548CDS_defconfig')
| -rw-r--r-- | configs/MPC8548CDS_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MPC8548CDS_defconfig b/configs/MPC8548CDS_defconfig index 40e14a3d23a..ca6935d9bb8 100644 --- a/configs/MPC8548CDS_defconfig +++ b/configs/MPC8548CDS_defconfig @@ -26,6 +26,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_ENV_ADDR=0xFFF60000 CONFIG_DM=y CONFIG_DM_I2C=y +CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_SYS_I2C_FSL=y CONFIG_SYS_I2C_EEPROM_ADDR=0x57 # CONFIG_MMC is not set |
