summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorOskar Schirmer2009-06-10 21:58:48 +0200
committerChris Zankel2009-06-22 11:37:34 +0200
commit8b0215aa5b01eb3cb54ca57bfa36e94a0d039ed9 (patch)
treeb77e9c17da9c2ddd82dcad55bc777daf75d92174 /drivers/net/Kconfig
parentxtensa: support s6000 gpio irqs and alternate function selection (diff)
downloadkernel-qcow2-linux-8b0215aa5b01eb3cb54ca57bfa36e94a0d039ed9.tar.gz
kernel-qcow2-linux-8b0215aa5b01eb3cb54ca57bfa36e94a0d039ed9.tar.xz
kernel-qcow2-linux-8b0215aa5b01eb3cb54ca57bfa36e94a0d039ed9.zip
s6gmac: xtensa s6000 on-chip ethernet driver
The s6000 on-chip MAC supports 10/100/1000Mbit and is connected to an external PHY via MII or RGMII interface. [jw@emlix.com: don't use device->bus_id directly] Signed-off-by: Oskar Schirmer <os@emlix.com> Signed-off-by: Daniel Glockner <dg@emlix.com> Acked-by: "David S. Miller" <davem@davemloft.net> Signed-off-by: Johannes Weiner <jw@emlix.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig11
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
To compile this driver as a module, choose M here. The module
will be called jme.
+config S6GMAC
+ tristate "S6105 GMAC ethernet support"
+ depends on XTENSA_VARIANT_S6000
+ select PHYLIB
+ help
+ This driver supports the on chip ethernet device on the
+ S6105 xtensa processor.
+
+ To compile this driver as a module, choose M here. The module
+ will be called s6gmac.
+
endif # NETDEV_1000
#