diff options
author | Bryan Whitehead <Bryan.Whitehead@microchip.com> | 2018-10-25 19:09:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-26 01:20:48 +0200 |
commit | 863d4187d05aafd53f13fe1f358e9eb42bb0dbc1 (patch) | |
tree | 1ed832b26e2e94fa2d521baee540ac88652fd9c1 | |
parent | drivers: net: remove <net/busy_poll.h> inclusion when not needed (diff) | |
download | linux-863d4187d05aafd53f13fe1f358e9eb42bb0dbc1.tar.xz linux-863d4187d05aafd53f13fe1f358e9eb42bb0dbc1.zip |
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 @@ config NET_VENDOR_MICROCHIP bool "Microchip devices" default y - depends on SPI ---help--- If you have a network (Ethernet) card belonging to this class, say Y. |