xref: /linux/drivers/net/ethernet/cadence/Kconfig (revision f4a15e1b293b0de21bab6d9c258f162d9efff9e2)
19f2f381fSJeff Kirsher#
29f2f381fSJeff Kirsher# Atmel device configuration
39f2f381fSJeff Kirsher#
49f2f381fSJeff Kirsher
5f75ba50bSJamie Ilesconfig NET_CADENCE
6f75ba50bSJamie Iles	bool "Cadence devices"
7eccab1ecSJean-Christophe PLAGNIOL-VILLARD	default y
89f2f381fSJeff Kirsher	---help---
99f2f381fSJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y.
109f2f381fSJeff Kirsher	  Make sure you know the name of your card. Read the Ethernet-HOWTO,
119f2f381fSJeff Kirsher	  available from <http://www.tldp.org/docs.html#howto>.
129f2f381fSJeff Kirsher
139f2f381fSJeff Kirsher	  If unsure, say Y.
149f2f381fSJeff Kirsher
159f2f381fSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
169f2f381fSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
179f2f381fSJeff Kirsher	  the remaining Atmel network card questions. If you say Y, you will be
189f2f381fSJeff Kirsher	  asked for your specific card in the following questions.
199f2f381fSJeff Kirsher
20f75ba50bSJamie Ilesif NET_CADENCE
219f2f381fSJeff Kirsher
229f2f381fSJeff Kirsherconfig ARM_AT91_ETHER
239f2f381fSJeff Kirsher	tristate "AT91RM9200 Ethernet support"
249f2f381fSJeff Kirsher	depends on ARM && ARCH_AT91RM9200
25aaba215cSJeff Kirsher	select NET_CORE
26*f4a15e1bSJoachim Eastwood	select MACB
279f2f381fSJeff Kirsher	---help---
289f2f381fSJeff Kirsher	  If you wish to compile a kernel for the AT91RM9200 and enable
299f2f381fSJeff Kirsher	  ethernet support, then you should always answer Y to this.
309f2f381fSJeff Kirsher
319f2f381fSJeff Kirsherconfig MACB
32f75ba50bSJamie Iles	tristate "Cadence MACB/GEM support"
339f2f381fSJeff Kirsher	select PHYLIB
349f2f381fSJeff Kirsher	---help---
35f75ba50bSJamie Iles	  The Cadence MACB ethernet interface is found on many Atmel AT32 and
36f75ba50bSJamie Iles	  AT91 parts.  This driver also supports the Cadence GEM (Gigabit
37f75ba50bSJamie Iles	  Ethernet MAC found in some ARM SoC devices).  Note: the Gigabit mode
38f75ba50bSJamie Iles	  is not yet supported.  Say Y to include support for the MACB/GEM chip.
399f2f381fSJeff Kirsher
409f2f381fSJeff Kirsher	  To compile this driver as a module, choose M here: the module
419f2f381fSJeff Kirsher	  will be called macb.
429f2f381fSJeff Kirsher
43f75ba50bSJamie Ilesendif # NET_CADENCE
44