diff options
-rw-r--r-- | drivers/net/Kconfig | 7 | ||||
-rw-r--r-- | drivers/scsi/cxgb3i/Kconfig | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 72a9212da865..9a18270c1081 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2399,9 +2399,14 @@ config CHELSIO_T1_1G | |||
2399 | Enables support for Chelsio's gigabit Ethernet PCI cards. If you | 2399 | Enables support for Chelsio's gigabit Ethernet PCI cards. If you |
2400 | are using only 10G cards say 'N' here. | 2400 | are using only 10G cards say 'N' here. |
2401 | 2401 | ||
2402 | config CHELSIO_T3_DEPENDS | ||
2403 | tristate | ||
2404 | depends on PCI && INET | ||
2405 | default y | ||
2406 | |||
2402 | config CHELSIO_T3 | 2407 | config CHELSIO_T3 |
2403 | tristate "Chelsio Communications T3 10Gb Ethernet support" | 2408 | tristate "Chelsio Communications T3 10Gb Ethernet support" |
2404 | depends on PCI && INET | 2409 | depends on CHELSIO_T3_DEPENDS |
2405 | select FW_LOADER | 2410 | select FW_LOADER |
2406 | select INET_LRO | 2411 | select INET_LRO |
2407 | help | 2412 | help |
diff --git a/drivers/scsi/cxgb3i/Kconfig b/drivers/scsi/cxgb3i/Kconfig index 276281460ece..bfdcaf5c9c57 100644 --- a/drivers/scsi/cxgb3i/Kconfig +++ b/drivers/scsi/cxgb3i/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | config SCSI_CXGB3_ISCSI | 1 | config SCSI_CXGB3_ISCSI |
2 | tristate "Chelsio S3xx iSCSI support" | 2 | tristate "Chelsio S3xx iSCSI support" |
3 | depends on CHELSIO_T3_DEPENDS | ||
3 | select CHELSIO_T3 | 4 | select CHELSIO_T3 |
4 | select SCSI_ISCSI_ATTRS | 5 | select SCSI_ISCSI_ATTRS |
5 | ---help--- | 6 | ---help--- |