715bf2acc24b643d856da4f1fdcbadbd6f526d5f
[pandora-kernel.git] / drivers / net / arm / Kconfig
1 #
2 # Acorn Network device configuration
3 #  These are for Acorn's Expansion card network interfaces
4 #
5
6 config ARM_ETHER1
7         tristate "Acorn Ether1 support"
8         depends on ARM && ARCH_ACORN
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
13 config ARM_ETHER3
14         tristate "Acorn/ANT Ether3 support"
15         depends on ARM && ARCH_ACORN
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
20 config ARM_AT91_ETHER
21         tristate "AT91RM9200 Ethernet support"
22         depends on ARM && ARCH_AT91RM9200
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.
27
28 config 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
36 config EP93XX_ETH
37         tristate "EP93xx Ethernet support"
38         depends on ARM && ARCH_EP93XX
39         select MII
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.
43
44 config IXP4XX_ETH
45         tristate "Intel IXP4xx Ethernet support"
46         depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
47         select PHYLIB
48         help
49           Say Y here if you want to use built-in Ethernet ports
50           on IXP4xx processor.
51
52 config W90P910_ETH
53         tristate "Nuvoton w90p910 Ethernet support"
54         depends on ARM && ARCH_W90X900
55         select PHYLIB
56         select MII
57         help
58           Say Y here if you want to use built-in Ethernet ports
59           on w90p910 processor.