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/am335x_evm.h | |
parent | 3f33d3c8f4cc1b19a4a74e185bd3b6910f30e00f (diff) | |
download | u-boot-d2f0f4af4b655de9c63976be659288c88ae23953.tar.gz u-boot-d2f0f4af4b655de9c63976be659288c88ae23953.tar.bz2 u-boot-d2f0f4af4b655de9c63976be659288c88ae23953.zip |
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/am335x_evm.h')
-rw-r--r-- | include/configs/am335x_evm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 9238c4bb76..96294679bf 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -263,10 +263,6 @@ #define CONFIG_AM335X_USB1 #define CONFIG_AM335X_USB1_MODE MUSB_HOST -#ifdef CONFIG_USB_MUSB_GADGET -#define CONFIG_USB_ETH_RNDIS -#endif /* CONFIG_USB_MUSB_GADGET */ - /* * Disable MMC DM for SPL build and can be re-enabled after adding * DM support in SPL |