blob: b48378a41e492ce3df245214235c25b901a436c1 [file] [log] [blame]
Jeff Kirsher9f2f3812011-06-18 01:52:36 -07001#
2# Atmel device configuration
3#
4
5config HAVE_NET_MACB
6 bool
7
8config NET_ATMEL
9 bool "Atmel devices"
Jean-Christophe PLAGNIOL-VILLARDeccab1e2011-11-15 09:36:30 +000010 default y
Jeff Kirsher9f2f3812011-06-18 01:52:36 -070011 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
24if NET_ATMEL
25
26config ARM_AT91_ETHER
27 tristate "AT91RM9200 Ethernet support"
28 depends on ARM && ARCH_AT91RM9200
Jeff Kirsheraaba2152011-09-14 21:23:14 +000029 select NET_CORE
Jeff Kirsher9f2f3812011-06-18 01:52:36 -070030 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
35config MACB
36 tristate "Atmel MACB support"
37 depends on HAVE_NET_MACB
38 select PHYLIB
39 ---help---
40 The Atmel MACB ethernet interface is found on many AT32 and AT91
41 parts. Say Y to include support for the MACB chip.
42
43 To compile this driver as a module, choose M here: the module
44 will be called macb.
45
46endif # NET_ATMEL