diff options
Diffstat (limited to 'drivers/net/arm/Kconfig')
-rw-r--r-- | drivers/net/arm/Kconfig | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/drivers/net/arm/Kconfig b/drivers/net/arm/Kconfig new file mode 100644 index 00000000000..39e1c0d3947 --- /dev/null +++ b/drivers/net/arm/Kconfig | |||
@@ -0,0 +1,74 @@ | |||
1 | # | ||
2 | # Acorn Network device configuration | ||
3 | # These are for Acorn's Expansion card network interfaces | ||
4 | # | ||
5 | config ARM_AM79C961A | ||
6 | bool "ARM EBSA110 AM79C961A support" | ||
7 | depends on ARM && ARCH_EBSA110 | ||
8 | select CRC32 | ||
9 | help | ||
10 | If you wish to compile a kernel for the EBSA-110, then you should | ||
11 | always answer Y to this. | ||
12 | |||
13 | config ARM_ETHER1 | ||
14 | tristate "Acorn Ether1 support" | ||
15 | depends on ARM && ARCH_ACORN | ||
16 | help | ||
17 | If you have an Acorn system with one of these (AKA25) network cards, | ||
18 | you should say Y to this option if you wish to use it with Linux. | ||
19 | |||
20 | config ARM_ETHER3 | ||
21 | tristate "Acorn/ANT Ether3 support" | ||
22 | depends on ARM && ARCH_ACORN | ||
23 | help | ||
24 | If you have an Acorn system with one of these network cards, you | ||
25 | should say Y to this option if you wish to use it with Linux. | ||
26 | |||
27 | config ARM_ETHERH | ||
28 | tristate "I-cubed EtherH/ANT EtherM support" | ||
29 | depends on ARM && ARCH_ACORN | ||
30 | select CRC32 | ||
31 | help | ||
32 | If you have an Acorn system with one of these network cards, you | ||
33 | should say Y to this option if you wish to use it with Linux. | ||
34 | |||
35 | config ARM_AT91_ETHER | ||
36 | tristate "AT91RM9200 Ethernet support" | ||
37 | depends on ARM && ARCH_AT91RM9200 | ||
38 | select MII | ||
39 | help | ||
40 | If you wish to compile a kernel for the AT91RM9200 and enable | ||
41 | ethernet support, then you should always answer Y to this. | ||
42 | |||
43 | config ARM_KS8695_ETHER | ||
44 | tristate "KS8695 Ethernet support" | ||
45 | depends on ARM && ARCH_KS8695 | ||
46 | select MII | ||
47 | help | ||
48 | If you wish to compile a kernel for the KS8695 and want to | ||
49 | use the internal ethernet then you should answer Y to this. | ||
50 | |||
51 | config EP93XX_ETH | ||
52 | tristate "EP93xx Ethernet support" | ||
53 | depends on ARM && ARCH_EP93XX | ||
54 | select MII | ||
55 | help | ||
56 | This is a driver for the ethernet hardware included in EP93xx CPUs. | ||
57 | Say Y if you are building a kernel for EP93xx based devices. | ||
58 | |||
59 | config IXP4XX_ETH | ||
60 | tristate "Intel IXP4xx Ethernet support" | ||
61 | depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR | ||
62 | select PHYLIB | ||
63 | help | ||
64 | Say Y here if you want to use built-in Ethernet ports | ||
65 | on IXP4xx processor. | ||
66 | |||
67 | config W90P910_ETH | ||
68 | tristate "Nuvoton w90p910 Ethernet support" | ||
69 | depends on ARM && ARCH_W90X900 | ||
70 | select PHYLIB | ||
71 | select MII | ||
72 | help | ||
73 | Say Y here if you want to use built-in Ethernet ports | ||
74 | on w90p910 processor. | ||