diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-18 23:12:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 14:10:07 -0400 |
commit | a5752f8a2594613f96faac01748742de2ee06da2 (patch) | |
tree | 562bf703a3f1815b16ff8cf667d3c71f4c98a30a /configs/A20-Olimex-SOM204-EVB-eMMC_defconfig | |
parent | 1edef7693b576f7ab208a697bb01f033b68041fb (diff) | |
download | u-boot-a5752f8a2594613f96faac01748742de2ee06da2.tar.gz u-boot-a5752f8a2594613f96faac01748742de2ee06da2.tar.bz2 u-boot-a5752f8a2594613f96faac01748742de2ee06da2.zip |
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_SPEED
CONFIG_SYS_I2C_SLAVE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/A20-Olimex-SOM204-EVB-eMMC_defconfig')
-rw-r--r-- | configs/A20-Olimex-SOM204-EVB-eMMC_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/A20-Olimex-SOM204-EVB-eMMC_defconfig b/configs/A20-Olimex-SOM204-EVB-eMMC_defconfig index 3d129f8ea2..829e7bbcd3 100644 --- a/configs/A20-Olimex-SOM204-EVB-eMMC_defconfig +++ b/configs/A20-Olimex-SOM204-EVB-eMMC_defconfig @@ -17,6 +17,8 @@ CONFIG_SPL_I2C=y CONFIG_SCSI_AHCI=y CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_SYS_I2C_MVTWSI=y +CONFIG_SYS_I2C_SLAVE=0x7f +CONFIG_SYS_I2C_SPEED=400000 CONFIG_PHY_ADDR=3 CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y |