]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
at91: enable USB ethernet for taskit stamp9g20
authorGerhard Sittig <gsi@denx.de>
Sat, 8 Mar 2014 18:46:17 +0000 (19:46 +0100)
committerTom Rini <trini@ti.com>
Wed, 12 Mar 2014 21:04:34 +0000 (17:04 -0400)
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>
include/configs/stamp9g20.h

index 51339b1496e6180465ce9911da0366b4703ed88e..01085dc5c1149e2e30649b261bd03e78438d3c32 100644 (file)
  * 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 */