1
0
Fork 0

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: Gerhard Sittig <gsi@denx.de>
Acked-by: Andreas Bießman <andreas.devel@googlemail.com>
utp
Gerhard Sittig 2014-03-08 19:46:17 +01:00 committed by Tom Rini
parent a743415f12
commit 9a6a109f07
1 changed files with 4 additions and 1 deletions

View File

@ -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 */