diff options
Diffstat (limited to 'configs/am57xx_evm_defconfig')
-rw-r--r-- | configs/am57xx_evm_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index 3b1fed298a..608f1723b0 100644 --- a/configs/am57xx_evm_defconfig +++ b/configs/am57xx_evm_defconfig @@ -10,8 +10,13 @@ CONFIG_SPL_STACK_R=y CONFIG_HUSH_PARSER=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set +CONFIG_CMD_SPI=y +CONFIG_CMD_I2C=y +CONFIG_CMD_USB=y CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y CONFIG_OF_CONTROL=y CONFIG_DM=y CONFIG_DM_MMC=y |