blob: c37ee9e6b67b93c989de07689c0c47bad7150d50 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Acorn Network device configuration
3# These are for Acorn's Expansion card network interfaces
4#
5config ARM_AM79C961A
6 bool "ARM EBSA110 AM79C961A support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -07007 depends on ARM && ARCH_EBSA110
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 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
13config ARM_ETHER1
14 tristate "Acorn Ether1 support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -070015 depends on ARM && ARCH_ACORN
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 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
20config ARM_ETHER3
21 tristate "Acorn/ANT Ether3 support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -070022 depends on ARM && ARCH_ACORN
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 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
27config ARM_ETHERH
28 tristate "I-cubed EtherH/ANT EtherM support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -070029 depends on ARM && ARCH_ACORN
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 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.
Andrew Victord4b77802006-03-24 11:50:17 +020034
35config ARM_AT91_ETHER
36 tristate "AT91RM9200 Ethernet support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -070037 depends on ARM && ARCH_AT91RM9200
Andrew Victord4b77802006-03-24 11:50:17 +020038 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.
Lennert Buytenhek1d22e052006-09-22 02:28:13 +020042
Daniel Silverstone7a3c66e2008-12-11 21:00:29 -080043config 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
Lennert Buytenhek1d22e052006-09-22 02:28:13 +020051config EP93XX_ETH
52 tristate "EP93xx Ethernet support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -070053 depends on ARM && ARCH_EP93XX
John Donoghue06103b12007-07-13 02:12:08 +020054 select MII
Lennert Buytenhek1d22e052006-09-22 02:28:13 +020055 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.
Krzysztof Halasadac2f832008-04-20 19:06:39 +020058
59config IXP4XX_ETH
60 tristate "Intel IXP4xx Ethernet support"
61 depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
Krzysztof HaƂasa2098c182008-12-20 01:53:08 +010062 select PHYLIB
Krzysztof Halasadac2f832008-04-20 19:06:39 +020063 help
64 Say Y here if you want to use built-in Ethernet ports
65 on IXP4xx processor.
Wan ZongShuna50a97d2009-07-16 02:55:05 +000066
67config W90P910_ETH
68 tristate "Nuvoton w90p910 Ethernet support"
69 depends on ARM && ARCH_W90X900
70 select PHYLIB
71 help
72 Say Y here if you want to use built-in Ethernet ports
73 on w90p910 processor.