diff options
author | Gerhard Sittig <gsi@denx.de> | 2014-03-08 19:46:17 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-12 17:04:34 -0400 |
commit | 9a6a109f0775be316810a3c449c47c0e27d7e477 (patch) | |
tree | d969585db2b3d143644d69d724f9c1ae6d349d8d /include | |
parent | a743415f12c3ba3848425d6a7793ccd5f7eaf05e (diff) | |
download | u-boot-imx-9a6a109f0775be316810a3c449c47c0e27d7e477.zip u-boot-imx-9a6a109f0775be316810a3c449c47c0e27d7e477.tar.gz u-boot-imx-9a6a109f0775be316810a3c449c47c0e27d7e477.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stamp9g20.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/stamp9g20.h b/include/configs/stamp9g20.h index 51339b1..01085dc 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 */ |