8390: Move the 8390 related 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
d4b7780e
AV
20config ARM_AT91_ETHER
21 tristate "AT91RM9200 Ethernet support"
d1c0a65f 22 depends on ARM && ARCH_AT91RM9200
d4b7780e
AV
23 select MII
24 help
25 If you wish to compile a kernel for the AT91RM9200 and enable
26 ethernet support, then you should always answer Y to this.
1d22e05d 27
7a3c66e2
DS
28config ARM_KS8695_ETHER
29 tristate "KS8695 Ethernet support"
30 depends on ARM && ARCH_KS8695
31 select MII
32 help
33 If you wish to compile a kernel for the KS8695 and want to
34 use the internal ethernet then you should answer Y to this.
35
1d22e05d
LB
36config EP93XX_ETH
37 tristate "EP93xx Ethernet support"
d1c0a65f 38 depends on ARM && ARCH_EP93XX
06103b13 39 select MII
1d22e05d
LB
40 help
41 This is a driver for the ethernet hardware included in EP93xx CPUs.
42 Say Y if you are building a kernel for EP93xx based devices.
dac2f83f
KH
43
44config IXP4XX_ETH
45 tristate "Intel IXP4xx Ethernet support"
46 depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
2098c18d 47 select PHYLIB
dac2f83f
KH
48 help
49 Say Y here if you want to use built-in Ethernet ports
50 on IXP4xx processor.
a50a97d4
WZ
51
52config W90P910_ETH
53 tristate "Nuvoton w90p910 Ethernet support"
54 depends on ARM && ARCH_W90X900
55 select PHYLIB
dc2f9c5a 56 select MII
a50a97d4
WZ
57 help
58 Say Y here if you want to use built-in Ethernet ports
59 on w90p910 processor.