summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/intel/Kconfig')
-rw-r--r--drivers/net/ethernet/intel/Kconfig48
1 files changed, 48 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig
index 76213162fbe..b1375813d59 100644
--- a/drivers/net/ethernet/intel/Kconfig
+++ b/drivers/net/ethernet/intel/Kconfig
@@ -70,6 +70,54 @@ config E1000
To compile this driver as a module, choose M here. The module
will be called e1000.
+config E1000_EP80579
+ bool "Intel(R) EP80579 Platform"
+ depends on E1000
+ ---help---
+ Select this option if you are using the E1000 driver on the EP80579 platform.
+
+config E1000_EP80579_MAC0_BASE_NAME
+ string "Base device name to use for MAC0"
+ depends on E1000_EP80579
+ default "eth"
+ ---help---
+ Base name to use for MAC0. By default, using eth which will translate to eth%d in the kernel.
+
+config E1000_EP80579_MAC1_BASE_NAME
+ string "Base device name to use for MAC1"
+ depends on E1000_EP80579
+ default "eth"
+ ---help---
+ Base name to use for MAC1. By default, using eth which will translate to eth%d in the kernel.
+
+config E1000_EP80579_MAC2_BASE_NAME
+ string "Base device name to use for MAC2"
+ depends on E1000_EP80579
+ default "eth"
+ ---help---
+ Base name to use for MAC2. By default, using eth which will translate to eth%d in the kernel.
+
+config E1000_EP80579_PHY0
+ bool "External PHY Connected to GIG Port 0"
+ depends on E1000_EP80579
+ ---help---
+ Select this option if you have an external PHY connected to port 0.
+ External PHYs supported: M88E1000, M88E1141, VSC8211, VSC8601.
+
+config E1000_EP80579_PHY1
+ bool "External PHY Connected to GIG Port 1"
+ depends on E1000_EP80579
+ ---help---
+ Select this option if you have an external PHY connected to port 1.
+ External PHYs supported: M88E1000, M88E1141, VSC8211, VSC8601.
+
+config E1000_EP80579_PHY2
+ bool "External PHY Connected to GIG Port 2"
+ depends on E1000_EP80579
+ ---help---
+ Select this option if you have an external PHY connected to port 2.
+ External PHYs supported: M88E1000, M88E1141, VSC8211, VSC8601.
+
config E1000E
tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
depends on PCI && (!SPARC32 || BROKEN)