blob: a2e150059bc78b38796c6007a6e7d5cb5a7f596d [file] [log] [blame]
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -07001#
2# Atmel device configuration
3#
4
5config HAVE_NET_MACB
6 bool
7
Jamie Ilesf75ba502011-11-08 10:12:32 +00008config NET_CADENCE
9 bool "Cadence devices"
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070010 depends on HAVE_NET_MACB || (ARM && ARCH_AT91RM9200)
11 ---help---
12 If you have a network (Ethernet) card belonging to this class, say Y.
13 Make sure you know the name of your card. Read the Ethernet-HOWTO,
14 available from <http://www.tldp.org/docs.html#howto>.
15
16 If unsure, say Y.
17
18 Note that the answer to this question doesn't directly affect the
19 kernel: saying N will just cause the configurator to skip all
20 the remaining Atmel network card questions. If you say Y, you will be
21 asked for your specific card in the following questions.
22
Jamie Ilesf75ba502011-11-08 10:12:32 +000023if NET_CADENCE
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070024
25config ARM_AT91_ETHER
26 tristate "AT91RM9200 Ethernet support"
27 depends on ARM && ARCH_AT91RM9200
Jeff Kirsheraaba2152011-09-14 21:23:14 +000028 select NET_CORE
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070029 select MII
30 ---help---
31 If you wish to compile a kernel for the AT91RM9200 and enable
32 ethernet support, then you should always answer Y to this.
33
34config MACB
Jamie Ilesf75ba502011-11-08 10:12:32 +000035 tristate "Cadence MACB/GEM support"
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070036 depends on HAVE_NET_MACB
37 select PHYLIB
38 ---help---
Jamie Ilesf75ba502011-11-08 10:12:32 +000039 The Cadence MACB ethernet interface is found on many Atmel AT32 and
40 AT91 parts. This driver also supports the Cadence GEM (Gigabit
41 Ethernet MAC found in some ARM SoC devices). Note: the Gigabit mode
42 is not yet supported. Say Y to include support for the MACB/GEM chip.
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070043
44 To compile this driver as a module, choose M here: the module
45 will be called macb.
46
Jamie Ilesf75ba502011-11-08 10:12:32 +000047endif # NET_CADENCE