blob: 608bea171956873508256e024c11e0de2396c119 [file] [log] [blame]
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -07001#
2# Atmel device configuration
3#
4
Jamie Ilesf75ba502011-11-08 10:12:32 +00005config NET_CADENCE
6 bool "Cadence devices"
Michal Simek28811a82015-03-03 15:43:00 +01007 depends on HAS_IOMEM
Jean-Christophe PLAGNIOL-VILLARDeccab1e2011-11-15 09:36:30 +00008 default y
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -07009 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070011
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 Ilesf75ba502011-11-08 10:12:32 +000019if NET_CADENCE
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070020
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070021config MACB
Jamie Ilesf75ba502011-11-08 10:12:32 +000022 tristate "Cadence MACB/GEM support"
Michal Simek28811a82015-03-03 15:43:00 +010023 depends on HAS_DMA
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070024 select PHYLIB
25 ---help---
Jamie Ilesf75ba502011-11-08 10:12:32 +000026 The Cadence MACB ethernet interface is found on many Atmel AT32 and
27 AT91 parts. This driver also supports the Cadence GEM (Gigabit
James Byrne0f6538c2014-12-05 13:03:53 +000028 Ethernet MAC found in some ARM SoC devices). Say Y to include
29 support for the MACB/GEM chip.
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070030
31 To compile this driver as a module, choose M here: the module
32 will be called macb.
33
Bartosz Folta83a77e92016-12-14 06:39:15 +000034config 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 Ilesf75ba502011-11-08 10:12:32 +000043endif # NET_CADENCE