aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorGuo-Fu Tseng <cooldavid@cooldavid.org>2008-09-15 13:00:11 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-09-18 11:34:54 -0400
commit95252236e73e789dd186ce796a2abc60b3a61ebe (patch)
treec0bc95c30c01294c16c0a2c9269dafb3273e0743 /drivers/net/Kconfig
parent01f2e4ead2c51226ed1283ef6a8388ca6f4cff8f (diff)
jme: JMicron Gigabit Ethernet Driver
Supporting JMC250, and JMC260. Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org> Acked-and-tested-by: Ethan Hsiao <ethanhsiao@jmicron.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 5c012cd8fe3d..069755af761f 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2313,6 +2313,18 @@ config ATL1E
2313 To compile this driver as a module, choose M here. The module 2313 To compile this driver as a module, choose M here. The module
2314 will be called atl1e. 2314 will be called atl1e.
2315 2315
2316config JME
2317 tristate "JMicron(R) PCI-Express Gigabit Ethernet support"
2318 depends on PCI
2319 select CRC32
2320 select MII
2321 ---help---
2322 This driver supports the PCI-Express gigabit ethernet adapters
2323 based on JMicron JMC250 chipset.
2324
2325 To compile this driver as a module, choose M here. The module
2326 will be called jme.
2327
2316endif # NETDEV_1000 2328endif # NETDEV_1000
2317 2329
2318# 2330#