Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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" |
Jan Engelhardt | d1c0a65 | 2007-06-13 12:48:53 -0700 | [diff] [blame^] | 7 | depends on ARM && ARCH_EBSA110 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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" |
Jan Engelhardt | d1c0a65 | 2007-06-13 12:48:53 -0700 | [diff] [blame^] | 15 | depends on ARM && ARCH_ACORN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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" |
Jan Engelhardt | d1c0a65 | 2007-06-13 12:48:53 -0700 | [diff] [blame^] | 22 | depends on ARM && ARCH_ACORN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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" |
Jan Engelhardt | d1c0a65 | 2007-06-13 12:48:53 -0700 | [diff] [blame^] | 29 | depends on ARM && ARCH_ACORN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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. |
Andrew Victor | d4b7780 | 2006-03-24 11:50:17 +0200 | [diff] [blame] | 34 | |
| 35 | config ARM_AT91_ETHER |
| 36 | tristate "AT91RM9200 Ethernet support" |
Jan Engelhardt | d1c0a65 | 2007-06-13 12:48:53 -0700 | [diff] [blame^] | 37 | depends on ARM && ARCH_AT91RM9200 |
Andrew Victor | d4b7780 | 2006-03-24 11:50:17 +0200 | [diff] [blame] | 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. |
Lennert Buytenhek | 1d22e05 | 2006-09-22 02:28:13 +0200 | [diff] [blame] | 42 | |
| 43 | config EP93XX_ETH |
| 44 | tristate "EP93xx Ethernet support" |
Jan Engelhardt | d1c0a65 | 2007-06-13 12:48:53 -0700 | [diff] [blame^] | 45 | depends on ARM && ARCH_EP93XX |
Lennert Buytenhek | 1d22e05 | 2006-09-22 02:28:13 +0200 | [diff] [blame] | 46 | help |
| 47 | This is a driver for the ethernet hardware included in EP93xx CPUs. |
| 48 | Say Y if you are building a kernel for EP93xx based devices. |