]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: remove CONFIG_USB_ETHER_SMSC95XX from boards without it
authorStephen Warren <swarren@nvidia.com>
Wed, 23 May 2012 07:29:29 +0000 (07:29 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:19 +0000 (14:07 +0200)
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>
include/configs/paz00.h
include/configs/seaboard.h
include/configs/trimslice.h
include/configs/whistler.h

index f8bd7dc749bfbcc392ff71f6723b7faffb4601b9..3edd102d15d6e4591c9e031c71faa10616939ab7 100644 (file)
@@ -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 */
index 643af81a1b84e56abde12a4f2c0b9542d6f233e5..f46740e53a1875b518147b6fc282b818b78ae479 100644 (file)
 
 /* USB networking support */
 #define CONFIG_USB_HOST_ETHER
-#define CONFIG_USB_ETHER_SMSC95XX
 #define CONFIG_USB_ETHER_ASIX
 
 /* General networking support */
index dafca5eef6069acb81d80c203b8e568ce8e51fca..21b9ef234b0262d7591971e27549d2b6034fb9cc 100644 (file)
@@ -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 */
index 6c0c77e3ca087d56f61f4e6bcbbc9274ba4944d2..51f806a108d17c34b900b68034bd09d3e9e14eab 100644 (file)
@@ -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 */