mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00: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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue