diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-07 08:46:14 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-03 19:12:05 +0200 |
commit | d2f0f4af4b655de9c63976be659288c88ae23953 (patch) | |
tree | 5c37c7b6aa6ce77cb92a8ce1dae197e9aa0a3681 /include/configs/sansa_fuze_plus.h | |
parent | 3f33d3c8f4cc1b19a4a74e185bd3b6910f30e00f (diff) | |
download | u-boot-d2f0f4af4b655de9c63976be659288c88ae23953.tar.gz |
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 'include/configs/sansa_fuze_plus.h')
-rw-r--r-- | include/configs/sansa_fuze_plus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sansa_fuze_plus.h b/include/configs/sansa_fuze_plus.h index 9e33ca4227..99200140fe 100644 --- a/include/configs/sansa_fuze_plus.h +++ b/include/configs/sansa_fuze_plus.h @@ -39,7 +39,6 @@ #define CONFIG_EHCI_MXS_PORT0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 -#define CONFIG_USB_ETH_CDC #define CONFIG_NETCONSOLE #endif |