mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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>
This commit is contained in:
parent
7c553ac0ff
commit
0b88e4516d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue