xref: /linux/drivers/net/ethernet/cadence/Kconfig (revision eccab1ec87d093d5104e6aade674223b5b625d39)
19f2f381fSJeff Kirsher#
29f2f381fSJeff Kirsher# Atmel device configuration
39f2f381fSJeff Kirsher#
49f2f381fSJeff Kirsher
59f2f381fSJeff Kirsherconfig HAVE_NET_MACB
69f2f381fSJeff Kirsher	bool
79f2f381fSJeff Kirsher
89f2f381fSJeff Kirsherconfig NET_ATMEL
99f2f381fSJeff Kirsher	bool "Atmel devices"
10*eccab1ecSJean-Christophe PLAGNIOL-VILLARD	default y
119f2f381fSJeff Kirsher	depends on HAVE_NET_MACB || (ARM && ARCH_AT91RM9200)
129f2f381fSJeff Kirsher	---help---
139f2f381fSJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y.
149f2f381fSJeff Kirsher	  Make sure you know the name of your card. Read the Ethernet-HOWTO,
159f2f381fSJeff Kirsher	  available from <http://www.tldp.org/docs.html#howto>.
169f2f381fSJeff Kirsher
179f2f381fSJeff Kirsher	  If unsure, say Y.
189f2f381fSJeff Kirsher
199f2f381fSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
209f2f381fSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
219f2f381fSJeff Kirsher	  the remaining Atmel network card questions. If you say Y, you will be
229f2f381fSJeff Kirsher	  asked for your specific card in the following questions.
239f2f381fSJeff Kirsher
249f2f381fSJeff Kirsherif NET_ATMEL
259f2f381fSJeff Kirsher
269f2f381fSJeff Kirsherconfig ARM_AT91_ETHER
279f2f381fSJeff Kirsher	tristate "AT91RM9200 Ethernet support"
289f2f381fSJeff Kirsher	depends on ARM && ARCH_AT91RM9200
29aaba215cSJeff Kirsher	select NET_CORE
309f2f381fSJeff Kirsher	select MII
319f2f381fSJeff Kirsher	---help---
329f2f381fSJeff Kirsher	  If you wish to compile a kernel for the AT91RM9200 and enable
339f2f381fSJeff Kirsher	  ethernet support, then you should always answer Y to this.
349f2f381fSJeff Kirsher
359f2f381fSJeff Kirsherconfig MACB
369f2f381fSJeff Kirsher	tristate "Atmel MACB support"
379f2f381fSJeff Kirsher	depends on HAVE_NET_MACB
389f2f381fSJeff Kirsher	select PHYLIB
399f2f381fSJeff Kirsher	---help---
409f2f381fSJeff Kirsher	  The Atmel MACB ethernet interface is found on many AT32 and AT91
419f2f381fSJeff Kirsher	  parts. Say Y to include support for the MACB chip.
429f2f381fSJeff Kirsher
439f2f381fSJeff Kirsher	  To compile this driver as a module, choose M here: the module
449f2f381fSJeff Kirsher	  will be called macb.
459f2f381fSJeff Kirsher
469f2f381fSJeff Kirsherendif # NET_ATMEL
47