Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f08e6c0a authored by David S. Miller's avatar David S. Miller
Browse files

cxgbi: Fix scsi Kconfig dependencies.

parent 2b133ad6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@ config SCSI_CXGB3_ISCSI
	tristate "Chelsio T3 iSCSI support"
	depends on PCI && INET
	select NETDEVICES
	select NETDEV_10000
	select ETHERNET
	select NET_VENDOR_CHELSIO
	select CHELSIO_T3
	select SCSI_ISCSI_ATTRS
	---help---
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@ config SCSI_CXGB4_ISCSI
	tristate "Chelsio T4 iSCSI support"
	depends on PCI && INET
	select NETDEVICES
	select NETDEV_10000
	select ETHERNET
	select NET_VENDOR_CHELSIO
	select CHELSIO_T4
	select SCSI_ISCSI_ATTRS
	---help---