diff options
Diffstat (limited to 'configs/galileo_defconfig')
-rw-r--r-- | configs/galileo_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index e613074798..b1038d6f35 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -10,9 +10,15 @@ CONFIG_BOOTSTAGE_REPORT=y CONFIG_HUSH_PARSER=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set +CONFIG_CMD_SF=y +CONFIG_CMD_SPI=y +CONFIG_CMD_USB=y CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set +CONFIG_CMD_PING=y +CONFIG_CMD_TIME=y CONFIG_CMD_BOOTSTAGE=y CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y |