diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 892a9e4e275f..1dc721517e4c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2443,6 +2443,17 @@ config JME | |||
2443 | To compile this driver as a module, choose M here. The module | 2443 | To compile this driver as a module, choose M here. The module |
2444 | will be called jme. | 2444 | will be called jme. |
2445 | 2445 | ||
2446 | config S6GMAC | ||
2447 | tristate "S6105 GMAC ethernet support" | ||
2448 | depends on XTENSA_VARIANT_S6000 | ||
2449 | select PHYLIB | ||
2450 | help | ||
2451 | This driver supports the on chip ethernet device on the | ||
2452 | S6105 xtensa processor. | ||
2453 | |||
2454 | To compile this driver as a module, choose M here. The module | ||
2455 | will be called s6gmac. | ||
2456 | |||
2446 | endif # NETDEV_1000 | 2457 | endif # NETDEV_1000 |
2447 | 2458 | ||
2448 | # | 2459 | # |