mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 20:24:26 +08:00
aspeed: Enable I2C in EVB defconfig
Enable I2C driver in ast2500 Eval Board defconfig. Also enable i2c command. Signed-off-by: Maxim Sloyko <maxims@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
4dc038f3a1
commit
7a88543b50
@ -18,3 +18,6 @@ CONFIG_TIMER=y
|
||||
CONFIG_WDT=y
|
||||
CONFIG_DM_RESET=y
|
||||
CONFIG_PINCTRL=y
|
||||
CONFIG_DM_I2C=y
|
||||
CONFIG_SYS_I2C_ASPEED=y
|
||||
CONFIG_CMD_I2C=y
|
||||
|
Loading…
Reference in New Issue
Block a user