Skip to content
Snippets Groups Projects
Commit 9a6a109f authored by Gerhard Sittig's avatar Gerhard Sittig Committed by Tom Rini
Browse files

at91: enable USB ethernet for taskit stamp9g20


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: default avatarGerhard Sittig <gsi@denx.de>
Acked-by: default avatarAndreas Bießman <andreas.devel@googlemail.com>
parent a743415f
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,10 @@ ...@@ -140,7 +140,10 @@
* can enable it here if your baseboard features ethernet. * 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 #ifdef CONFIG_MACB
# define CONFIG_RMII /* use reduced MII inteface */ # define CONFIG_RMII /* use reduced MII inteface */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment