diff options
author | Bryan Whitehead <Bryan.Whitehead@microchip.com> | 2018-10-25 13:09:38 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-25 19:20:48 -0400 |
commit | 863d4187d05aafd53f13fe1f358e9eb42bb0dbc1 (patch) | |
tree | 1ed832b26e2e94fa2d521baee540ac88652fd9c1 | |
parent | 55469bc6b5770ffdf0f87c38ce2573f8ddbaa33f (diff) |
lan743x: Remove SPI dependency from Microchip group.
The SPI dependency does not apply to lan743x driver, and other
drivers in the group already state their dependence on SPI.
Signed-off-by: Bryan Whitehead <Bryan.Whitehead@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/microchip/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/Kconfig b/drivers/net/ethernet/microchip/Kconfig index 16bd3f44dbe8..cf1d49149cc8 100644 --- a/drivers/net/ethernet/microchip/Kconfig +++ b/drivers/net/ethernet/microchip/Kconfig | |||
@@ -5,7 +5,6 @@ | |||
5 | config NET_VENDOR_MICROCHIP | 5 | config NET_VENDOR_MICROCHIP |
6 | bool "Microchip devices" | 6 | bool "Microchip devices" |
7 | default y | 7 | default y |
8 | depends on SPI | ||
9 | ---help--- | 8 | ---help--- |
10 | If you have a network (Ethernet) card belonging to this class, say Y. | 9 | If you have a network (Ethernet) card belonging to this class, say Y. |
11 | 10 | ||