diff mbox series

[v1,net] lan743x: Remove SPI dependency from Microchip group.

Message ID 1540487378-18986-2-git-send-email-Bryan.Whitehead@microchip.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series [v1,net] lan743x: Remove SPI dependency from Microchip group. | expand

Commit Message

Bryan Whitehead Oct. 25, 2018, 5:09 p.m. UTC
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>
---
 drivers/net/ethernet/microchip/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller Oct. 25, 2018, 11:21 p.m. UTC | #1
From: Bryan Whitehead <Bryan.Whitehead@microchip.com>
Date: Thu, 25 Oct 2018 13:09:38 -0400

> 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>

Yep, make sense.

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/net/ethernet/microchip/Kconfig b/drivers/net/ethernet/microchip/Kconfig
index 16bd3f4..cf1d491 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.