Jeff Kirsher | 9f2f381f | 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" |
Michal Simek | 28811a8 | 2015-03-03 15:43:00 +0100 | [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 | 9f2f381f | 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. |
Jeff Kirsher | 9f2f381f | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 11 | |
| 12 | If unsure, say Y. |
| 13 | |
| 14 | Note that the answer to this question doesn't directly affect the |
| 15 | kernel: saying N will just cause the configurator to skip all |
| 16 | the remaining Atmel network card questions. If you say Y, you will be |
| 17 | asked for your specific card in the following questions. |
| 18 | |
Jamie Iles | f75ba50 | 2011-11-08 10:12:32 +0000 | [diff] [blame] | 19 | if NET_CADENCE |
Jeff Kirsher | 9f2f381f | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 20 | |
Jeff Kirsher | 9f2f381f | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 21 | config MACB |
Jamie Iles | f75ba50 | 2011-11-08 10:12:32 +0000 | [diff] [blame] | 22 | tristate "Cadence MACB/GEM support" |
Michal Simek | 28811a8 | 2015-03-03 15:43:00 +0100 | [diff] [blame] | 23 | depends on HAS_DMA |
Jeff Kirsher | 9f2f381f | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 24 | select PHYLIB |
| 25 | ---help--- |
Jamie Iles | f75ba50 | 2011-11-08 10:12:32 +0000 | [diff] [blame] | 26 | The Cadence MACB ethernet interface is found on many Atmel AT32 and |
| 27 | AT91 parts. This driver also supports the Cadence GEM (Gigabit |
James Byrne | 0f6538c | 2014-12-05 13:03:53 +0000 | [diff] [blame] | 28 | Ethernet MAC found in some ARM SoC devices). Say Y to include |
| 29 | support for the MACB/GEM chip. |
Jeff Kirsher | 9f2f381f | 2011-06-18 01:52:36 -0700 | [diff] [blame] | 30 | |
| 31 | To compile this driver as a module, choose M here: the module |
| 32 | will be called macb. |
| 33 | |
Bartosz Folta | 83a77e9 | 2016-12-14 06:39:15 +0000 | [diff] [blame] | 34 | config MACB_PCI |
| 35 | tristate "Cadence PCI MACB/GEM support" |
| 36 | depends on MACB && PCI && COMMON_CLK |
| 37 | ---help--- |
| 38 | This is PCI wrapper for MACB driver. |
| 39 | |
| 40 | To compile this driver as a module, choose M here: the module |
| 41 | will be called macb_pci. |
| 42 | |
Jamie Iles | f75ba50 | 2011-11-08 10:12:32 +0000 | [diff] [blame] | 43 | endif # NET_CADENCE |