diff options
author | Chris Snook <csnook@redhat.com> | 2008-09-14 20:56:10 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-18 11:34:52 -0400 |
commit | 452c1ce218a68b5dbd626397ecfc65ca89dd3cbb (patch) | |
tree | 1d51e20c216d1670ea22da23c3e6a1883b0c0b6d /drivers/net/Kconfig | |
parent | 63f2c0464875b6ef2132cecb19b2a5abbf061227 (diff) |
atl2: add atl2 driver
Driver for Atheros L2 10/100 network device. Includes necessary
changes for Kconfig, Makefile, and pci_ids.h.
Signed-off-by: Chris Snook <csnook@redhat.com>
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 4a11296a9514..81a3e959c6c3 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1840,6 +1840,17 @@ config NE_H8300 | |||
1840 | Say Y here if you want to use the NE2000 compatible | 1840 | Say Y here if you want to use the NE2000 compatible |
1841 | controller on the Renesas H8/300 processor. | 1841 | controller on the Renesas H8/300 processor. |
1842 | 1842 | ||
1843 | config ATL2 | ||
1844 | tristate "Atheros L2 Fast Ethernet support" | ||
1845 | depends on PCI | ||
1846 | select CRC32 | ||
1847 | select MII | ||
1848 | help | ||
1849 | This driver supports the Atheros L2 fast ethernet adapter. | ||
1850 | |||
1851 | To compile this driver as a module, choose M here. The module | ||
1852 | will be called atl2. | ||
1853 | |||
1843 | source "drivers/net/fs_enet/Kconfig" | 1854 | source "drivers/net/fs_enet/Kconfig" |
1844 | 1855 | ||
1845 | endif # NET_ETHERNET | 1856 | endif # NET_ETHERNET |