summaryrefslogtreecommitdiff
path: root/configs/xfi3_defconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2017-09-07 08:46:14 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-10-03 19:12:05 +0200
commitd2f0f4af4b655de9c63976be659288c88ae23953 (patch)
tree5c37c7b6aa6ce77cb92a8ce1dae197e9aa0a3681 /configs/xfi3_defconfig
parent3f33d3c8f4cc1b19a4a74e185bd3b6910f30e00f (diff)
usb: gadget: usb_ether: Move the interfaces to Kconfig
We need to select an interface for the usb_ether gadget, and they haven't been converted to Kconfig yet. Add a choice to make sure we have an option selected, and convert all the users. 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/xfi3_defconfig')
-rw-r--r--configs/xfi3_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xfi3_defconfig b/configs/xfi3_defconfig
index 6cc7845282..91768a4a71 100644
--- a/configs/xfi3_defconfig
+++ b/configs/xfi3_defconfig
@@ -32,4 +32,5 @@ CONFIG_USB_EHCI_HCD=y
CONFIG_USB_GADGET=y
CONFIG_CI_UDC=y
CONFIG_USB_ETHER=y
+CONFIG_USB_ETH_CDC=y
CONFIG_OF_LIBFDT=y