aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 892a9e4e275f..c155bd3ec9f1 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1725,6 +1725,7 @@ config TLAN
1725 1725
1726config KS8842 1726config KS8842
1727 tristate "Micrel KSZ8842" 1727 tristate "Micrel KSZ8842"
1728 depends on HAS_IOMEM
1728 help 1729 help
1729 This platform driver is for Micrel KSZ8842 chip. 1730 This platform driver is for Micrel KSZ8842 chip.
1730 1731
@@ -2443,6 +2444,17 @@ config JME
2443 To compile this driver as a module, choose M here. The module 2444 To compile this driver as a module, choose M here. The module
2444 will be called jme. 2445 will be called jme.
2445 2446
2447config S6GMAC
2448 tristate "S6105 GMAC ethernet support"
2449 depends on XTENSA_VARIANT_S6000
2450 select PHYLIB
2451 help
2452 This driver supports the on chip ethernet device on the
2453 S6105 xtensa processor.
2454
2455 To compile this driver as a module, choose M here. The module
2456 will be called s6gmac.
2457
2446endif # NETDEV_1000 2458endif # NETDEV_1000
2447 2459
2448# 2460#