summaryrefslogtreecommitdiff
path: root/include/configs/baltos.h
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 /include/configs/baltos.h
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 'include/configs/baltos.h')
-rw-r--r--include/configs/baltos.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/baltos.h b/include/configs/baltos.h
index 380a78918f..44af4d3dee 100644
--- a/include/configs/baltos.h
+++ b/include/configs/baltos.h
@@ -283,10 +283,6 @@
#define CONFIG_AM335X_USB1
#define CONFIG_AM335X_USB1_MODE MUSB_OTG
-#ifdef CONFIG_USB_MUSB_GADGET
-#define CONFIG_USB_ETH_RNDIS
-#endif /* CONFIG_USB_MUSB_GADGET */
-
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT)
/* disable host part of MUSB in SPL */
/* disable EFI partitions and partition UUID support */