# # Atmel device configuration # config [31mCONFIG_NET_CADENCE[0m bool "Cadence devices" depends on [31mCONFIG_HAS_IOMEM[0m default y ---help--- If you have a network (Ethernet) card belonging to this class, say Y. If unsure, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the remaining Atmel network card questions. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_CADENCE[0m config [31mCONFIG_MACB[0m tristate "Cadence MACB/GEM support" depends on [31mCONFIG_HAS_DMA[0m select [31mCONFIG_PHYLIB[0m ---help--- The Cadence [31mCONFIG_MACB[0m ethernet interface is found on many Atmel AT32 and AT91 parts. This driver also supports the Cadence GEM (Gigabit Ethernet [31mCONFIG_MAC[0m found in some [31mCONFIG_ARM[0m SoC devices). Say Y to include support for the [31mCONFIG_MACB[0m/GEM chip. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called macb. config [31mCONFIG_MACB_PCI[0m tristate "Cadence PCI MACB/GEM support" depends on [31mCONFIG_MACB[0m && [31mCONFIG_PCI[0m && [31mCONFIG_COMMON_CLK[0m ---help--- This is [31mCONFIG_PCI[0m wrapper for [31mCONFIG_MACB[0m driver. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called macb_pci. endif # [31mCONFIG_NET_CADENCE[0m |