diff options
author | Angelo Dureghello | 2023-04-05 00:59:28 +0200 |
---|---|---|
committer | Heiko Schocher | 2023-04-11 06:52:11 +0200 |
commit | 5cf008637221ad3b4d4ecdc2befca19b2bdab53d (patch) | |
tree | 20a1953649fdcc25acd2eb5bbb2aecf263d7d025 /configs/stmark2_defconfig | |
parent | 96283b83da57e5ce7f1be9a2432e5b26aff39efb (diff) |
m68k: upgrading all boards to dm i2c
Upgrading all board configs where i2c is involved to DM i2c.
Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
Diffstat (limited to 'configs/stmark2_defconfig')
-rw-r--r-- | configs/stmark2_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/stmark2_defconfig b/configs/stmark2_defconfig index ee757099ff5..b8d354f4b5e 100644 --- a/configs/stmark2_defconfig +++ b/configs/stmark2_defconfig @@ -49,3 +49,7 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_CF_SPI=y CONFIG_REGEX=y +CONFIG_SPI_FLASH_MTD=y +CONFIG_DM_I2C=y +CONFIG_CMD_I2C=y +CONFIG_SYS_I2C_FSL=y |