summaryrefslogtreecommitdiff
path: root/configs/h2200_defconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2017-09-06 23:23:21 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-10-03 19:12:05 +0200
commit3f33d3c8f4cc1b19a4a74e185bd3b6910f30e00f (patch)
tree7fbb068634d5ca4d139a0858b54f7ae22983457a /configs/h2200_defconfig
parentc163668a4abaeef3eaab22b4a5ac13d2d74f1306 (diff)
downloadu-boot-3f33d3c8f4cc1b19a4a74e185bd3b6910f30e00f.tar.gz
usb: gadget: Convert USB_ETHER to Kconfig
The USB Ethernet gadget option has not yet been moved to Kconfig, let's deal with that. Reviewed-by: Ɓukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs/h2200_defconfig')
-rw-r--r--configs/h2200_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/h2200_defconfig b/configs/h2200_defconfig
index 5d2189e589..8b4deaead6 100644
--- a/configs/h2200_defconfig
+++ b/configs/h2200_defconfig
@@ -29,3 +29,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