diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-08-07 19:41:44 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-08-07 10:51:19 +0200 |
commit | f596efb7499eceadf2940c35982df8cb44c3344b (patch) | |
tree | a2bac605f79477043fac6024534bc1f045ae1466 /configs | |
parent | 4fe3f1bfdfeea6c3632f5a98eff8fbd6564dad75 (diff) |
configs: kirkwood: ds109: switch to DM_I2C
Enable DM_I2C and I2C_MVTSWI for the ds109 board.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ds109_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig index c9207433b3..fd10e6e3c3 100644 --- a/configs/ds109_defconfig +++ b/configs/ds109_defconfig @@ -18,6 +18,8 @@ CONFIG_ISO_PARTITION=y CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_MVSATA_IDE=y +CONFIG_DM_I2C=y +CONFIG_SYS_I2C_MVTWSI=y # CONFIG_MMC is not set CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y |