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