Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[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"
28811a8c 7 depends on HAS_IOMEM
eccab1ec 8 default y
9f2f381f
JK
9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y.
9f2f381f
JK
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
f75ba50b 19if NET_CADENCE
9f2f381f 20
9f2f381f 21config MACB
f75ba50b 22 tristate "Cadence MACB/GEM support"
28811a8c 23 depends on HAS_DMA
9f2f381f
JK
24 select PHYLIB
25 ---help---
f75ba50b
JI
26 The Cadence MACB ethernet interface is found on many Atmel AT32 and
27 AT91 parts. This driver also supports the Cadence GEM (Gigabit
0f6538c2
JB
28 Ethernet MAC found in some ARM SoC devices). Say Y to include
29 support for the MACB/GEM chip.
9f2f381f
JK
30
31 To compile this driver as a module, choose M here: the module
32 will be called macb.
33
f75ba50b 34endif # NET_CADENCE
This page took 0.327753 seconds and 5 git commands to generate.