diff options
Diffstat (limited to 'configs/guruplug_defconfig')
-rw-r--r-- | configs/guruplug_defconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configs/guruplug_defconfig b/configs/guruplug_defconfig index b7f79a3e064..7e20dbb00d4 100644 --- a/configs/guruplug_defconfig +++ b/configs/guruplug_defconfig @@ -1,11 +1,12 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_GURUPLUG=y +CONFIG_HUSH_PARSER=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set +CONFIG_CMD_NAND=y +CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set -CONFIG_HUSH_PARSER=y CONFIG_CMD_DHCP=y -CONFIG_CMD_NAND=y CONFIG_CMD_PING=y -CONFIG_CMD_USB=y +CONFIG_SYS_NS16550=y |