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