am335x_evm: enable usb ether gadget as it supports DM_ETH
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 17 Nov 2016 09:08:14 +0000 (14:38 +0530)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jan 2017 18:16:22 +0000 (11:16 -0700)
Since usb ether gadget have support for driver model, so enable
usb ether gadget.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/am335x_evm.h

index 49c14df8add2fb20b7a2a97cbfe9351d91d2df7c..e78afde972a72100cf23ad597e890ac386263ec3 100644 (file)
 #endif
 
 #ifdef CONFIG_USB_MUSB_GADGET
-/* Removing USB gadget and can be enabled adter adding support usb DM */
-#ifndef CONFIG_DM_ETH
 #define CONFIG_USB_ETHER
 #define CONFIG_USB_ETH_RNDIS
 #define CONFIG_USBNET_HOST_ADDR        "de:ad:be:af:00:00"
-#endif /* CONFIG_DM_ETH */
 #endif /* CONFIG_USB_MUSB_GADGET */
 
 /*