Commit 59f8ac65f823fa02c73606860480b0e16febc68d

Authored by Stephen Warren
Committed by Albert ARIBAUD
1 parent f3717ac584

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>

Showing 4 changed files with 0 additions and 4 deletions Side-by-side Diff

include/configs/paz00.h
... ... @@ -61,7 +61,6 @@
61 61  
62 62 /* USB networking support */
63 63 #define CONFIG_USB_HOST_ETHER
64   -#define CONFIG_USB_ETHER_SMSC95XX
65 64 #define CONFIG_USB_ETHER_ASIX
66 65  
67 66 /* General networking support */
include/configs/seaboard.h
... ... @@ -110,7 +110,6 @@
110 110  
111 111 /* USB networking support */
112 112 #define CONFIG_USB_HOST_ETHER
113   -#define CONFIG_USB_ETHER_SMSC95XX
114 113 #define CONFIG_USB_ETHER_ASIX
115 114  
116 115 /* General networking support */
include/configs/trimslice.h
... ... @@ -77,7 +77,6 @@
77 77  
78 78 /* USB networking support */
79 79 #define CONFIG_USB_HOST_ETHER
80   -#define CONFIG_USB_ETHER_SMSC95XX
81 80 #define CONFIG_USB_ETHER_ASIX
82 81  
83 82 /* General networking support */
include/configs/whistler.h
... ... @@ -77,7 +77,6 @@
77 77  
78 78 /* USB networking support */
79 79 #define CONFIG_USB_HOST_ETHER
80   -#define CONFIG_USB_ETHER_SMSC95XX
81 80 #define CONFIG_USB_ETHER_ASIX
82 81  
83 82 /* General networking support */