Kconfig (c25141062a82ae8bddced1b3ce2b57a1c0efabe0) Kconfig (0df5f81c481e383f37f9f97eb014c885898b1773)
1#
2# Atmel device configuration
3#
4
1#
2# Atmel device configuration
3#
4
5config NET_CADENCE
5config NET_VENDOR_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
12 If unsure, say Y.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the remaining Atmel network card questions. If you say Y, you will be
17 asked for your specific card in the following questions.
18
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
12 If unsure, say Y.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the remaining Atmel network card questions. If you say Y, you will be
17 asked for your specific card in the following questions.
18
19if NET_CADENCE
19if NET_VENDOR_CADENCE
20
21config MACB
22 tristate "Cadence MACB/GEM support"
23 depends on HAS_DMA
24 select PHYLIB
25 ---help---
26 The Cadence MACB ethernet interface is found on many Atmel AT32 and
27 AT91 parts. This driver also supports the Cadence GEM (Gigabit

--- 15 unchanged lines hidden (view full) ---

43 tristate "Cadence PCI MACB/GEM support"
44 depends on MACB && PCI && COMMON_CLK
45 ---help---
46 This is PCI wrapper for MACB driver.
47
48 To compile this driver as a module, choose M here: the module
49 will be called macb_pci.
50
20
21config MACB
22 tristate "Cadence MACB/GEM support"
23 depends on HAS_DMA
24 select PHYLIB
25 ---help---
26 The Cadence MACB ethernet interface is found on many Atmel AT32 and
27 AT91 parts. This driver also supports the Cadence GEM (Gigabit

--- 15 unchanged lines hidden (view full) ---

43 tristate "Cadence PCI MACB/GEM support"
44 depends on MACB && PCI && COMMON_CLK
45 ---help---
46 This is PCI wrapper for MACB driver.
47
48 To compile this driver as a module, choose M here: the module
49 will be called macb_pci.
50
51endif # NET_CADENCE
51endif # NET_VENDOR_CADENCE