Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[deliverable/linux.git] / drivers / net / ethernet / rdc / Kconfig
1 #
2 # RDC network device configuration
3 #
4
5 config NET_VENDOR_RDC
6 bool "RDC devices"
7 default y
8 depends on PCI
9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y.
11
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about RDC cards. If you say Y, you will be asked for
15 your specific card in the following questions.
16
17 if NET_VENDOR_RDC
18
19 config R6040
20 tristate "RDC R6040 Fast Ethernet Adapter support"
21 depends on PCI
22 select CRC32
23 select MII
24 select PHYLIB
25 ---help---
26 This is a driver for the R6040 Fast Ethernet MACs found in the
27 the RDC R-321x System-on-chips.
28
29 To compile this driver as a module, choose M here: the module
30 will be called r6040. This is recommended.
31
32 endif # NET_VENDOR_RDC
This page took 0.032161 seconds and 5 git commands to generate.