diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-10-23 07:51:04 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-10-27 08:13:32 +0100 |
commit | 0b88e4516dc1dbba7ba041756315843a28a6bf74 (patch) | |
tree | f23971f97849ace83dfcb931959bae9f594f45e5 /configs/microblaze-generic_defconfig | |
parent | 7c553ac0ffef5a6bc2f524d11f00338ef59ba7cb (diff) | |
download | u-boot-0b88e4516dc1dbba7ba041756315843a28a6bf74.tar.gz |
microblaze: Enable i2c DM by default
Microblaze has been converted fully to DM that's why enabled DM for I2C
too.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/microblaze-generic_defconfig')
-rw-r--r-- | configs/microblaze-generic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index df79206ac2..7cf736954b 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -43,6 +43,7 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_NETCONSOLE=y CONFIG_SPL_DM=y CONFIG_XILINX_GPIO=y +CONFIG_DM_I2C=y CONFIG_LED=y CONFIG_LED_GPIO=y CONFIG_MTD=y |