xref: /linux/drivers/net/ethernet/rdc/Kconfig (revision 58565a35eab01eb5fba928af23d31a636d03a056)
1*58565a35SJeff Kirsher#
2*58565a35SJeff Kirsher# RDC network device configuration
3*58565a35SJeff Kirsher#
4*58565a35SJeff Kirsher
5*58565a35SJeff Kirsherconfig NET_VENDOR_RDC
6*58565a35SJeff Kirsher	bool "RDC devices"
7*58565a35SJeff Kirsher	depends on PCI
8*58565a35SJeff Kirsher	---help---
9*58565a35SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
10*58565a35SJeff Kirsher	  and read the Ethernet-HOWTO, available from
11*58565a35SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12*58565a35SJeff Kirsher
13*58565a35SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14*58565a35SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15*58565a35SJeff Kirsher	  the questions about RDC cards. If you say Y, you will be asked for
16*58565a35SJeff Kirsher	  your specific card in the following questions.
17*58565a35SJeff Kirsher
18*58565a35SJeff Kirsherif NET_VENDOR_RDC
19*58565a35SJeff Kirsher
20*58565a35SJeff Kirsherconfig R6040
21*58565a35SJeff Kirsher	tristate "RDC R6040 Fast Ethernet Adapter support"
22*58565a35SJeff Kirsher	depends on PCI
23*58565a35SJeff Kirsher	select CRC32
24*58565a35SJeff Kirsher	select MII
25*58565a35SJeff Kirsher	select PHYLIB
26*58565a35SJeff Kirsher	---help---
27*58565a35SJeff Kirsher	  This is a driver for the R6040 Fast Ethernet MACs found in the
28*58565a35SJeff Kirsher	  the RDC R-321x System-on-chips.
29*58565a35SJeff Kirsher
30*58565a35SJeff Kirsher	  To compile this driver as a module, choose M here: the module
31*58565a35SJeff Kirsher	  will be called r6040. This is recommended.
32*58565a35SJeff Kirsher
33*58565a35SJeff Kirsherendif # NET_VENDOR_RDC
34