net: ethernet: rocker: Add dependency to CONFIG_BRIDGE in Kconfig
[deliverable/linux.git] / drivers / net / ethernet / cadence / Kconfig
CommitLineData
9f2f381f
JK
1#
2# Atmel device configuration
3#
4
f75ba50b
JI
5config NET_CADENCE
6 bool "Cadence devices"
8ea2b17c 7 depends on HAS_IOMEM && (ARM || AVR32 || MICROBLAZE || COMPILE_TEST)
eccab1ec 8 default y
9f2f381f
JK
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
f75ba50b 21if NET_CADENCE
9f2f381f
JK
22
23config ARM_AT91_ETHER
24 tristate "AT91RM9200 Ethernet support"
ea05df4e 25 depends on HAS_DMA && (ARCH_AT91RM9200 || COMPILE_TEST)
f4a15e1b 26 select MACB
9f2f381f
JK
27 ---help---
28 If you wish to compile a kernel for the AT91RM9200 and enable
29 ethernet support, then you should always answer Y to this.
30
31config MACB
f75ba50b 32 tristate "Cadence MACB/GEM support"
8ea2b17c 33 depends on HAS_DMA && (PLATFORM_AT32AP || ARCH_AT91 || ARCH_PICOXCELL || ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST)
9f2f381f
JK
34 select PHYLIB
35 ---help---
f75ba50b
JI
36 The Cadence MACB ethernet interface is found on many Atmel AT32 and
37 AT91 parts. This driver also supports the Cadence GEM (Gigabit
38 Ethernet MAC found in some ARM SoC devices). Note: the Gigabit mode
39 is not yet supported. Say Y to include support for the MACB/GEM chip.
9f2f381f
JK
40
41 To compile this driver as a module, choose M here: the module
42 will be called macb.
43
f75ba50b 44endif # NET_CADENCE
This page took 0.766939 seconds and 5 git commands to generate.