diff options
| -rw-r--r-- | drivers/net/ethernet/chelsio/Kconfig | 4 | ||||
| -rw-r--r-- | drivers/net/ethernet/cisco/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/net/ethernet/cisco/enic/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/net/ethernet/emulex/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/net/ethernet/emulex/benet/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/net/ethernet/intel/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/net/ethernet/mellanox/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/net/ethernet/neterion/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/net/ethernet/sfc/Kconfig | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/drivers/net/ethernet/chelsio/Kconfig b/drivers/net/ethernet/chelsio/Kconfig index 2de50f95798f..a71c0f317a93 100644 --- a/drivers/net/ethernet/chelsio/Kconfig +++ b/drivers/net/ethernet/chelsio/Kconfig | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | config NET_VENDOR_CHELSIO | 5 | config NET_VENDOR_CHELSIO |
| 6 | bool "Chelsio devices" | 6 | bool "Chelsio devices" |
| 7 | default y | 7 | default y |
| 8 | depends on PCI || INET | 8 | depends on PCI |
| 9 | ---help--- | 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y | 10 | If you have a network (Ethernet) card belonging to this class, say Y |
| 11 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |
| @@ -48,7 +48,7 @@ config CHELSIO_T1_1G | |||
| 48 | 48 | ||
| 49 | config CHELSIO_T3 | 49 | config CHELSIO_T3 |
| 50 | tristate "Chelsio Communications T3 10Gb Ethernet support" | 50 | tristate "Chelsio Communications T3 10Gb Ethernet support" |
| 51 | depends on PCI && INET | 51 | depends on PCI |
| 52 | select FW_LOADER | 52 | select FW_LOADER |
| 53 | select MDIO | 53 | select MDIO |
| 54 | ---help--- | 54 | ---help--- |
diff --git a/drivers/net/ethernet/cisco/Kconfig b/drivers/net/ethernet/cisco/Kconfig index 94606f7ee13a..1c7b884e3371 100644 --- a/drivers/net/ethernet/cisco/Kconfig +++ b/drivers/net/ethernet/cisco/Kconfig | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | config NET_VENDOR_CISCO | 5 | config NET_VENDOR_CISCO |
| 6 | bool "Cisco devices" | 6 | bool "Cisco devices" |
| 7 | default y | 7 | default y |
| 8 | depends on PCI && INET | 8 | depends on PCI |
| 9 | ---help--- | 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y | 10 | If you have a network (Ethernet) card belonging to this class, say Y |
| 11 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |
diff --git a/drivers/net/ethernet/cisco/enic/Kconfig b/drivers/net/ethernet/cisco/enic/Kconfig index 9cc706a6cffd..b63f8d8a4261 100644 --- a/drivers/net/ethernet/cisco/enic/Kconfig +++ b/drivers/net/ethernet/cisco/enic/Kconfig | |||
| @@ -4,6 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | config ENIC | 5 | config ENIC |
| 6 | tristate "Cisco VIC Ethernet NIC Support" | 6 | tristate "Cisco VIC Ethernet NIC Support" |
| 7 | depends on PCI && INET | 7 | depends on PCI |
| 8 | ---help--- | 8 | ---help--- |
| 9 | This enables the support for the Cisco VIC Ethernet card. | 9 | This enables the support for the Cisco VIC Ethernet card. |
diff --git a/drivers/net/ethernet/emulex/Kconfig b/drivers/net/ethernet/emulex/Kconfig index 7a28a6433944..1b8d638c6cb1 100644 --- a/drivers/net/ethernet/emulex/Kconfig +++ b/drivers/net/ethernet/emulex/Kconfig | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | config NET_VENDOR_EMULEX | 5 | config NET_VENDOR_EMULEX |
| 6 | bool "Emulex devices" | 6 | bool "Emulex devices" |
| 7 | default y | 7 | default y |
| 8 | depends on PCI && INET | 8 | depends on PCI |
| 9 | ---help--- | 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y | 10 | If you have a network (Ethernet) card belonging to this class, say Y |
| 11 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |
diff --git a/drivers/net/ethernet/emulex/benet/Kconfig b/drivers/net/ethernet/emulex/benet/Kconfig index 804db04a2bd0..231129dd1764 100644 --- a/drivers/net/ethernet/emulex/benet/Kconfig +++ b/drivers/net/ethernet/emulex/benet/Kconfig | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | config BE2NET | 1 | config BE2NET |
| 2 | tristate "ServerEngines' 10Gbps NIC - BladeEngine" | 2 | tristate "ServerEngines' 10Gbps NIC - BladeEngine" |
| 3 | depends on PCI && INET | 3 | depends on PCI |
| 4 | ---help--- | 4 | ---help--- |
| 5 | This driver implements the NIC functionality for ServerEngines' | 5 | This driver implements the NIC functionality for ServerEngines' |
| 6 | 10Gbps network adapter - BladeEngine. | 6 | 10Gbps network adapter - BladeEngine. |
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig index 73d28d51b5d9..ddee4060948a 100644 --- a/drivers/net/ethernet/intel/Kconfig +++ b/drivers/net/ethernet/intel/Kconfig | |||
| @@ -166,7 +166,7 @@ config IXGB | |||
| 166 | 166 | ||
| 167 | config IXGBE | 167 | config IXGBE |
| 168 | tristate "Intel(R) 10GbE PCI Express adapters support" | 168 | tristate "Intel(R) 10GbE PCI Express adapters support" |
| 169 | depends on PCI && INET | 169 | depends on PCI |
| 170 | select MDIO | 170 | select MDIO |
| 171 | select PTP_1588_CLOCK | 171 | select PTP_1588_CLOCK |
| 172 | ---help--- | 172 | ---help--- |
diff --git a/drivers/net/ethernet/mellanox/Kconfig b/drivers/net/ethernet/mellanox/Kconfig index d8099a7903d3..bcdbc14aeff0 100644 --- a/drivers/net/ethernet/mellanox/Kconfig +++ b/drivers/net/ethernet/mellanox/Kconfig | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | config NET_VENDOR_MELLANOX | 5 | config NET_VENDOR_MELLANOX |
| 6 | bool "Mellanox devices" | 6 | bool "Mellanox devices" |
| 7 | default y | 7 | default y |
| 8 | depends on PCI && INET | 8 | depends on PCI |
| 9 | ---help--- | 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y | 10 | If you have a network (Ethernet) card belonging to this class, say Y |
| 11 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |
diff --git a/drivers/net/ethernet/neterion/Kconfig b/drivers/net/ethernet/neterion/Kconfig index ff26b54bd3fb..87abb4f10c43 100644 --- a/drivers/net/ethernet/neterion/Kconfig +++ b/drivers/net/ethernet/neterion/Kconfig | |||
| @@ -32,7 +32,7 @@ config S2IO | |||
| 32 | 32 | ||
| 33 | config VXGE | 33 | config VXGE |
| 34 | tristate "Exar X3100 Series 10GbE PCIe Server Adapter" | 34 | tristate "Exar X3100 Series 10GbE PCIe Server Adapter" |
| 35 | depends on PCI && INET | 35 | depends on PCI |
| 36 | ---help--- | 36 | ---help--- |
| 37 | This driver supports Exar Corp's X3100 Series 10 GbE PCIe | 37 | This driver supports Exar Corp's X3100 Series 10 GbE PCIe |
| 38 | I/O Virtualized Server Adapter. | 38 | I/O Virtualized Server Adapter. |
diff --git a/drivers/net/ethernet/sfc/Kconfig b/drivers/net/ethernet/sfc/Kconfig index 3ab2c4289a47..435b4f1e3488 100644 --- a/drivers/net/ethernet/sfc/Kconfig +++ b/drivers/net/ethernet/sfc/Kconfig | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | config SFC | 1 | config SFC |
| 2 | tristate "Solarflare SFC4000/SFC9000-family support" | 2 | tristate "Solarflare SFC4000/SFC9000-family support" |
| 3 | depends on PCI && INET | 3 | depends on PCI |
| 4 | select MDIO | 4 | select MDIO |
| 5 | select CRC32 | 5 | select CRC32 |
| 6 | select I2C | 6 | select I2C |
