blob: 1194446f859a0018f2be94d945b03a64a568d861 [file] [log] [blame]
Jeff Kirsher9f2f3812011-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"
Joachim Eastwood0f6ae8f2012-10-27 02:10:23 +00007 depends on HAS_IOMEM
Jean-Christophe PLAGNIOL-VILLARDeccab1e2011-11-15 09:36:30 +00008 default y
Jeff Kirsher9f2f3812011-06-18 01:52:36 -07009 ---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 Ilesf75ba502011-11-08 10:12:32 +000021if NET_CADENCE
Jeff Kirsher9f2f3812011-06-18 01:52:36 -070022
23config ARM_AT91_ETHER
24 tristate "AT91RM9200 Ethernet support"
Heiko Carstensa1dd7e42013-02-06 17:23:58 +010025 depends on GENERIC_HARDIRQS
Jeff Kirsheraaba2152011-09-14 21:23:14 +000026 select NET_CORE
Joachim Eastwoodf4a15e12012-10-22 08:45:33 +000027 select MACB
Jeff Kirsher9f2f3812011-06-18 01:52:36 -070028 ---help---
29 If you wish to compile a kernel for the AT91RM9200 and enable
30 ethernet support, then you should always answer Y to this.
31
32config MACB
Jamie Ilesf75ba502011-11-08 10:12:32 +000033 tristate "Cadence MACB/GEM support"
Jeff Kirsher9f2f3812011-06-18 01:52:36 -070034 select PHYLIB
35 ---help---
Jamie Ilesf75ba502011-11-08 10:12:32 +000036 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 Kirsher9f2f3812011-06-18 01:52:36 -070040
41 To compile this driver as a module, choose M here: the module
42 will be called macb.
43
Jamie Ilesf75ba502011-11-08 10:12:32 +000044endif # NET_CADENCE