diff options
| author | Tom Rini <[email protected]> | 2021-08-18 23:12:32 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-30 14:10:07 -0400 |
| commit | a5752f8a2594613f96faac01748742de2ee06da2 (patch) | |
| tree | 562bf703a3f1815b16ff8cf667d3c71f4c98a30a /configs/pxm2_defconfig | |
| parent | 1edef7693b576f7ab208a697bb01f033b68041fb (diff) | |
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 <[email protected]>
Diffstat (limited to 'configs/pxm2_defconfig')
| -rw-r--r-- | configs/pxm2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pxm2_defconfig b/configs/pxm2_defconfig index b88b7c9e519..6a12cce8bf1 100644 --- a/configs/pxm2_defconfig +++ b/configs/pxm2_defconfig @@ -77,6 +77,7 @@ CONFIG_DFU_NAND=y CONFIG_SYS_DFU_DATA_BUF_SIZE=0x100000 CONFIG_SYS_I2C_LEGACY=y CONFIG_SPL_SYS_I2C_LEGACY=y +CONFIG_SYS_I2C_SPEED=400000 # CONFIG_SPL_DM_MMC is not set CONFIG_MMC_OMAP_HS=y CONFIG_MTD=y |
