Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / net / ethernet / rdc / Kconfig
CommitLineData
58565a35
JK
1#
2# RDC network device configuration
3#
4
5config NET_VENDOR_RDC
6 bool "RDC devices"
88f07484 7 default y
58565a35
JK
8 depends on PCI
9 ---help---
138b15ed 10 If you have a network (Ethernet) card belonging to this class, say Y.
58565a35
JK
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
17if NET_VENDOR_RDC
18
19config 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
32endif # NET_VENDOR_RDC
This page took 0.273093 seconds and 5 git commands to generate.