amd: Move AMD (Lance) chipset drivers
[linux-2.6-block.git] / drivers / net / arm / Kconfig
CommitLineData
1da177e4
LT
1#
2# Acorn Network device configuration
3# These are for Acorn's Expansion card network interfaces
4#
1da177e4
LT
5
6config ARM_ETHER1
7 tristate "Acorn Ether1 support"
d1c0a65f 8 depends on ARM && ARCH_ACORN
1da177e4
LT
9 help
10 If you have an Acorn system with one of these (AKA25) network cards,
11 you should say Y to this option if you wish to use it with Linux.
12
13config ARM_ETHER3
14 tristate "Acorn/ANT Ether3 support"
d1c0a65f 15 depends on ARM && ARCH_ACORN
1da177e4
LT
16 help
17 If you have an Acorn system with one of these network cards, you
18 should say Y to this option if you wish to use it with Linux.
19
20config ARM_ETHERH
21 tristate "I-cubed EtherH/ANT EtherM support"
d1c0a65f 22 depends on ARM && ARCH_ACORN
1da177e4
LT
23 select CRC32
24 help
25 If you have an Acorn system with one of these network cards, you
26 should say Y to this option if you wish to use it with Linux.
d4b7780e
AV
27
28config ARM_AT91_ETHER
29 tristate "AT91RM9200 Ethernet support"
d1c0a65f 30 depends on ARM && ARCH_AT91RM9200
d4b7780e
AV
31 select MII
32 help
33 If you wish to compile a kernel for the AT91RM9200 and enable
34 ethernet support, then you should always answer Y to this.
1d22e05d 35
7a3c66e2
DS
36config ARM_KS8695_ETHER
37 tristate "KS8695 Ethernet support"
38 depends on ARM && ARCH_KS8695
39 select MII
40 help
41 If you wish to compile a kernel for the KS8695 and want to
42 use the internal ethernet then you should answer Y to this.
43
1d22e05d
LB
44config EP93XX_ETH
45 tristate "EP93xx Ethernet support"
d1c0a65f 46 depends on ARM && ARCH_EP93XX
06103b13 47 select MII
1d22e05d
LB
48 help
49 This is a driver for the ethernet hardware included in EP93xx CPUs.
50 Say Y if you are building a kernel for EP93xx based devices.
dac2f83f
KH
51
52config IXP4XX_ETH
53 tristate "Intel IXP4xx Ethernet support"
54 depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
2098c18d 55 select PHYLIB
dac2f83f
KH
56 help
57 Say Y here if you want to use built-in Ethernet ports
58 on IXP4xx processor.
a50a97d4
WZ
59
60config W90P910_ETH
61 tristate "Nuvoton w90p910 Ethernet support"
62 depends on ARM && ARCH_W90X900
63 select PHYLIB
dc2f9c5a 64 select MII
a50a97d4
WZ
65 help
66 Say Y here if you want to use built-in Ethernet ports
67 on w90p910 processor.