Jeff Kirsher | 9f2f381 | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Atmel device configuration |
| 3 | # |
| 4 | |
Jamie Iles | f75ba50 | 2011-11-08 10:12:32 +0000 | [diff] [blame] | 5 | config NET_CADENCE |
| 6 | bool "Cadence devices" |
Joachim Eastwood | 0f6ae8f | 2012-10-27 02:10:23 +0000 | [diff] [blame] | 7 | depends on HAS_IOMEM |
Jean-Christophe PLAGNIOL-VILLARD | eccab1e | 2011-11-15 09:36:30 +0000 | [diff] [blame] | 8 | default y |
Jeff Kirsher | 9f2f381 | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
| 11 | Make sure you know the name of your card. Read the Ethernet-HOWTO, |
| 12 | available from <http://www.tldp.org/docs.html#howto>. |
| 13 | |
| 14 | If unsure, say Y. |
| 15 | |
| 16 | Note that the answer to this question doesn't directly affect the |
| 17 | kernel: saying N will just cause the configurator to skip all |
| 18 | the remaining Atmel network card questions. If you say Y, you will be |
| 19 | asked for your specific card in the following questions. |
| 20 | |
Jamie Iles | f75ba50 | 2011-11-08 10:12:32 +0000 | [diff] [blame] | 21 | if NET_CADENCE |
Jeff Kirsher | 9f2f381 | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 22 | |
| 23 | config ARM_AT91_ETHER |
| 24 | tristate "AT91RM9200 Ethernet support" |
Martin Schwidefsky | 0244ad0 | 2013-08-30 09:39:53 +0200 | [diff] [blame^] | 25 | depends on HAS_DMA |
Joachim Eastwood | f4a15e1 | 2012-10-22 08:45:33 +0000 | [diff] [blame] | 26 | select MACB |
Jeff Kirsher | 9f2f381 | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 27 | ---help--- |
| 28 | If you wish to compile a kernel for the AT91RM9200 and enable |
| 29 | ethernet support, then you should always answer Y to this. |
| 30 | |
| 31 | config MACB |
Jamie Iles | f75ba50 | 2011-11-08 10:12:32 +0000 | [diff] [blame] | 32 | tristate "Cadence MACB/GEM support" |
Geert Uytterhoeven | 822bc32 | 2013-05-09 11:04:50 +0000 | [diff] [blame] | 33 | depends on HAS_DMA |
Jeff Kirsher | 9f2f381 | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 34 | select PHYLIB |
| 35 | ---help--- |
Jamie Iles | f75ba50 | 2011-11-08 10:12:32 +0000 | [diff] [blame] | 36 | The Cadence MACB ethernet interface is found on many Atmel AT32 and |
| 37 | AT91 parts. This driver also supports the Cadence GEM (Gigabit |
| 38 | Ethernet MAC found in some ARM SoC devices). Note: the Gigabit mode |
| 39 | is not yet supported. Say Y to include support for the MACB/GEM chip. |
Jeff Kirsher | 9f2f381 | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 40 | |
| 41 | To compile this driver as a module, choose M here: the module |
| 42 | will be called macb. |
| 43 | |
Jamie Iles | f75ba50 | 2011-11-08 10:12:32 +0000 | [diff] [blame] | 44 | endif # NET_CADENCE |