diff options
author | Gerhard Sittig <gsi@denx.de> | 2014-03-08 19:46:16 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-12 17:04:34 -0400 |
commit | a743415f12c3ba3848425d6a7793ccd5f7eaf05e (patch) | |
tree | a954e5409adf337158df6ab603c315230558a180 /include/configs/harmony.h | |
parent | eddf6d286841b40c978d055a91d2966aaa6ad785 (diff) | |
download | u-boot-a743415f12c3ba3848425d6a7793ccd5f7eaf05e.tar.gz |
tegra: imx: omap: enable Moschip USB ethernet support for several boards
enable support for the Moschip USB ethernet adapter for those boards
which previously had support for "all other" USB ethernet adapters
(that's Asix _and_ SMSC) enabled -- which applies to harmony, m53evk,
mx53loco, nitrogen6x, omap3_beagle
Signed-off-by: Gerhard Sittig <gsi@denx.de>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs/harmony.h')
-rw-r--r-- | include/configs/harmony.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 7702373c06..3ec0e418c1 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -62,6 +62,7 @@ /* USB networking support */ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_MCS7830 #define CONFIG_USB_ETHER_SMSC95XX /* General networking support */ |