diff options
Diffstat (limited to 'configs/h2200_defconfig')
-rw-r--r-- | configs/h2200_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/h2200_defconfig b/configs/h2200_defconfig index 5d2189e589..07c0bff408 100644 --- a/configs/h2200_defconfig +++ b/configs/h2200_defconfig @@ -12,7 +12,6 @@ CONFIG_SYS_PROMPT="> " # CONFIG_CMD_BDI is not set # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_BOOTD is not set -# CONFIG_CMD_IMLS is not set # CONFIG_CMD_XIMG is not set # CONFIG_CMD_EDITENV is not set # CONFIG_CMD_SAVEENV is not set @@ -29,3 +28,6 @@ CONFIG_CMD_PING=y # CONFIG_CMD_MISC is not set # CONFIG_MMC is not set CONFIG_PXA_SERIAL=y +CONFIG_USB=y +CONFIG_USB_GADGET=y +CONFIG_USB_ETHER=y |