]> Pileus Git - ~andy/linux/blob - drivers/net/ethernet/cadence/Kconfig
5d1ea30a3379b03453ae1d2c6b9144ac07cdb24c
[~andy/linux] / drivers / net / ethernet / cadence / Kconfig
1 #
2 # Atmel device configuration
3 #
4
5 config NET_CADENCE
6         bool "Cadence devices"
7         default y
8         ---help---
9           If you have a network (Ethernet) card belonging to this class, say Y.
10           Make sure you know the name of your card. Read the Ethernet-HOWTO,
11           available from <http://www.tldp.org/docs.html#howto>.
12
13           If unsure, say Y.
14
15           Note that the answer to this question doesn't directly affect the
16           kernel: saying N will just cause the configurator to skip all
17           the remaining Atmel network card questions. If you say Y, you will be
18           asked for your specific card in the following questions.
19
20 if NET_CADENCE
21
22 config ARM_AT91_ETHER
23         tristate "AT91RM9200 Ethernet support"
24         depends on ARM && ARCH_AT91RM9200
25         select NET_CORE
26         select PHYLIB
27         ---help---
28           If you wish to compile a kernel for the AT91RM9200 and enable
29           ethernet support, then you should always answer Y to this.
30
31 config MACB
32         tristate "Cadence MACB/GEM support"
33         select PHYLIB
34         ---help---
35           The Cadence MACB ethernet interface is found on many Atmel AT32 and
36           AT91 parts.  This driver also supports the Cadence GEM (Gigabit
37           Ethernet MAC found in some ARM SoC devices).  Note: the Gigabit mode
38           is not yet supported.  Say Y to include support for the MACB/GEM chip.
39
40           To compile this driver as a module, choose M here: the module
41           will be called macb.
42
43 endif # NET_CADENCE