diff mbox

[U-Boot,v4,5/6] at91: enable USB ethernet for taskit stamp9g20

Message ID 1394304378-29962-6-git-send-email-gsi@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Gerhard Sittig March 8, 2014, 6:46 p.m. UTC
enabling CONFIG_MACB makes other locations in the stamp config file
enable network related commands (actually prevents disabling them)

enable USB ethernet support by activating generic support as well as
Asix and Moschip ethernet adapters

Signed-off-by: Gerhard Sittig <gsi@denx.de>
---

Changes in v4: None

Changes in v3: None

Changes in v2:
- introduce the patch to add MCS7830 USB ethernet for taskit stamp9g20

 include/configs/stamp9g20.h |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Andreas Bießmann March 9, 2014, 9:17 a.m. UTC | #1
Dear Gerhard Sittig,

On 08.03.2014 19:46, Gerhard Sittig wrote:
> enabling CONFIG_MACB makes other locations in the stamp config file
> enable network related commands (actually prevents disabling them)
>
> enable USB ethernet support by activating generic support as well as
> Asix and Moschip ethernet adapters
>
> Signed-off-by: Gerhard Sittig <gsi@denx.de>

Acked-by: Andreas Bießman <andreas.devel@googlemail.com>
Tom Rini March 12, 2014, 9:06 p.m. UTC | #2
On Sat, Mar 08, 2014 at 07:46:17PM +0100, Gerhard Sittig wrote:

> enabling CONFIG_MACB makes other locations in the stamp config file
> enable network related commands (actually prevents disabling them)
> 
> enable USB ethernet support by activating generic support as well as
> Asix and Moschip ethernet adapters
> 
> Signed-off-by: Gerhard Sittig <gsi@denx.de>
> Acked-by: Andreas Bießman <andreas.devel@googlemail.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/stamp9g20.h b/include/configs/stamp9g20.h
index 51339b1496e6..01085dc5c114 100644
--- a/include/configs/stamp9g20.h
+++ b/include/configs/stamp9g20.h
@@ -140,7 +140,10 @@ 
  * can enable it here if your baseboard features ethernet.
  */
 
-/* #define CONFIG_MACB */
+#define CONFIG_MACB
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_ASIX
+#define CONFIG_USB_ETHER_MCS7830
 
 #ifdef CONFIG_MACB
 # define CONFIG_RMII			/* use reduced MII inteface */