public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tegra: remove CONFIG_USB_ETHER_SMSC95XX from boards without it
@ 2012-05-23 17:29 Stephen Warren
  2012-05-31  8:49 ` Igor Grinberg
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2012-05-23 17:29 UTC (permalink / raw)
  To: u-boot

From: Stephen Warren <swarren@nvidia.com>

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>
---
 include/configs/paz00.h     |    1 -
 include/configs/seaboard.h  |    1 -
 include/configs/trimslice.h |    1 -
 include/configs/whistler.h  |    1 -
 4 files changed, 0 insertions(+), 4 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 */
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 643af81..f46740e 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -110,7 +110,6 @@
 
 /* USB networking support */
 #define CONFIG_USB_HOST_ETHER
-#define CONFIG_USB_ETHER_SMSC95XX
 #define CONFIG_USB_ETHER_ASIX
 
 /* General networking support */
diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h
index dafca5e..21b9ef2 100644
--- a/include/configs/trimslice.h
+++ b/include/configs/trimslice.h
@@ -77,7 +77,6 @@
 
 /* USB networking support */
 #define CONFIG_USB_HOST_ETHER
-#define CONFIG_USB_ETHER_SMSC95XX
 #define CONFIG_USB_ETHER_ASIX
 
 /* General networking support */
diff --git a/include/configs/whistler.h b/include/configs/whistler.h
index 6c0c77e..51f806a 100644
--- a/include/configs/whistler.h
+++ b/include/configs/whistler.h
@@ -77,7 +77,6 @@
 
 /* USB networking support */
 #define CONFIG_USB_HOST_ETHER
-#define CONFIG_USB_ETHER_SMSC95XX
 #define CONFIG_USB_ETHER_ASIX
 
 /* General networking support */
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-31  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 17:29 [U-Boot] [PATCH] tegra: remove CONFIG_USB_ETHER_SMSC95XX from boards without it Stephen Warren
2012-05-31  8:49 ` Igor Grinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox