diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-05-23 07:29:29 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:19 +0200 |
commit | 59f8ac65f823fa02c73606860480b0e16febc68d (patch) | |
tree | 612ac2cd48a370716adf696dd2005dc8366922ed /include/configs/paz00.h | |
parent | f3717ac5848ec389919596d5e518b528fb8bebdd (diff) | |
download | u-boot-imx-59f8ac65f823fa02c73606860480b0e16febc68d.zip u-boot-imx-59f8ac65f823fa02c73606860480b0e16febc68d.tar.gz u-boot-imx-59f8ac65f823fa02c73606860480b0e16febc68d.tar.bz2 |
tegra: remove CONFIG_USB_ETHER_SMSC95XX from boards without it
The SMSC95xx series may exist either directly on a main board, or as a USB
to Ethernet dongle. However, dongles containing these chips are very rare.
Hence, remove this config option, except on Harmony where such a chip is
actually present on the board.
The asix option remains, since it's a popular chip, and I actively use a
dongle containing this.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include/configs/paz00.h')
-rw-r--r-- | include/configs/paz00.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/paz00.h b/include/configs/paz00.h index f8bd7dc..3edd102 100644 --- a/include/configs/paz00.h +++ b/include/configs/paz00.h @@ -61,7 +61,6 @@ /* USB networking support */ #define CONFIG_USB_HOST_ETHER -#define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_ASIX /* General networking support */ |