aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig37
1 files changed, 16 insertions, 21 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 03823327db2..fba89ae2926 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -238,8 +238,8 @@ source "drivers/net/arm/Kconfig"
238config AX88796 238config AX88796
239 tristate "ASIX AX88796 NE2000 clone support" 239 tristate "ASIX AX88796 NE2000 clone support"
240 depends on ARM || MIPS || SUPERH 240 depends on ARM || MIPS || SUPERH
241 select CRC32 241 select PHYLIB
242 select MII 242 select MDIO_BITBANG
243 help 243 help
244 AX88796 driver, using platform bus to provide 244 AX88796 driver, using platform bus to provide
245 chip detection and resources 245 chip detection and resources
@@ -1944,7 +1944,8 @@ config 68360_ENET
1944config FEC 1944config FEC
1945 bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)" 1945 bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
1946 depends on M523x || M527x || M5272 || M528x || M520x || M532x || \ 1946 depends on M523x || M527x || M5272 || M528x || M520x || M532x || \
1947 MACH_MX27 || ARCH_MX35 || ARCH_MX25 || ARCH_MX5 || SOC_IMX28 1947 IMX_HAVE_PLATFORM_FEC || MXS_HAVE_PLATFORM_FEC
1948 default IMX_HAVE_PLATFORM_FEC || MXS_HAVE_PLATFORM_FEC if ARM
1948 select PHYLIB 1949 select PHYLIB
1949 help 1950 help
1950 Say Y here if you want to use the built-in 10/100 Fast ethernet 1951 Say Y here if you want to use the built-in 10/100 Fast ethernet
@@ -2007,6 +2008,15 @@ config BCM63XX_ENET
2007 This driver supports the ethernet MACs in the Broadcom 63xx 2008 This driver supports the ethernet MACs in the Broadcom 63xx
2008 MIPS chipset family (BCM63XX). 2009 MIPS chipset family (BCM63XX).
2009 2010
2011config FTMAC100
2012 tristate "Faraday FTMAC100 10/100 Ethernet support"
2013 depends on ARM
2014 select MII
2015 help
2016 This driver supports the FTMAC100 10/100 Ethernet controller
2017 from Faraday. It is used on Faraday A320, Andes AG101 and some
2018 other ARM/NDS32 SoC's.
2019
2010source "drivers/net/fs_enet/Kconfig" 2020source "drivers/net/fs_enet/Kconfig"
2011 2021
2012source "drivers/net/octeon/Kconfig" 2022source "drivers/net/octeon/Kconfig"
@@ -2594,14 +2604,9 @@ config CHELSIO_T1_1G
2594 Enables support for Chelsio's gigabit Ethernet PCI cards. If you 2604 Enables support for Chelsio's gigabit Ethernet PCI cards. If you
2595 are using only 10G cards say 'N' here. 2605 are using only 10G cards say 'N' here.
2596 2606
2597config CHELSIO_T3_DEPENDS
2598 tristate
2599 depends on PCI && INET
2600 default y
2601
2602config CHELSIO_T3 2607config CHELSIO_T3
2603 tristate "Chelsio Communications T3 10Gb Ethernet support" 2608 tristate "Chelsio Communications T3 10Gb Ethernet support"
2604 depends on CHELSIO_T3_DEPENDS 2609 depends on PCI && INET
2605 select FW_LOADER 2610 select FW_LOADER
2606 select MDIO 2611 select MDIO
2607 help 2612 help
@@ -2619,14 +2624,9 @@ config CHELSIO_T3
2619 To compile this driver as a module, choose M here: the module 2624 To compile this driver as a module, choose M here: the module
2620 will be called cxgb3. 2625 will be called cxgb3.
2621 2626
2622config CHELSIO_T4_DEPENDS
2623 tristate
2624 depends on PCI && INET
2625 default y
2626
2627config CHELSIO_T4 2627config CHELSIO_T4
2628 tristate "Chelsio Communications T4 Ethernet support" 2628 tristate "Chelsio Communications T4 Ethernet support"
2629 depends on CHELSIO_T4_DEPENDS 2629 depends on PCI
2630 select FW_LOADER 2630 select FW_LOADER
2631 select MDIO 2631 select MDIO
2632 help 2632 help
@@ -2644,14 +2644,9 @@ config CHELSIO_T4
2644 To compile this driver as a module choose M here; the module 2644 To compile this driver as a module choose M here; the module
2645 will be called cxgb4. 2645 will be called cxgb4.
2646 2646
2647config CHELSIO_T4VF_DEPENDS
2648 tristate
2649 depends on PCI && INET
2650 default y
2651
2652config CHELSIO_T4VF 2647config CHELSIO_T4VF
2653 tristate "Chelsio Communications T4 Virtual Function Ethernet support" 2648 tristate "Chelsio Communications T4 Virtual Function Ethernet support"
2654 depends on CHELSIO_T4VF_DEPENDS 2649 depends on PCI
2655 help 2650 help
2656 This driver supports Chelsio T4-based gigabit and 10Gb Ethernet 2651 This driver supports Chelsio T4-based gigabit and 10Gb Ethernet
2657 adapters with PCI-E SR-IOV Virtual Functions. 2652 adapters with PCI-E SR-IOV Virtual Functions.