xref: /openbmc/linux/drivers/net/ethernet/rdc/Kconfig (revision 58565a35)
158565a35SJeff Kirsher#
258565a35SJeff Kirsher# RDC network device configuration
358565a35SJeff Kirsher#
458565a35SJeff Kirsher
558565a35SJeff Kirsherconfig NET_VENDOR_RDC
658565a35SJeff Kirsher	bool "RDC devices"
758565a35SJeff Kirsher	depends on PCI
858565a35SJeff Kirsher	---help---
958565a35SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
1058565a35SJeff Kirsher	  and read the Ethernet-HOWTO, available from
1158565a35SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
1258565a35SJeff Kirsher
1358565a35SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
1458565a35SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
1558565a35SJeff Kirsher	  the questions about RDC cards. If you say Y, you will be asked for
1658565a35SJeff Kirsher	  your specific card in the following questions.
1758565a35SJeff Kirsher
1858565a35SJeff Kirsherif NET_VENDOR_RDC
1958565a35SJeff Kirsher
2058565a35SJeff Kirsherconfig R6040
2158565a35SJeff Kirsher	tristate "RDC R6040 Fast Ethernet Adapter support"
2258565a35SJeff Kirsher	depends on PCI
2358565a35SJeff Kirsher	select CRC32
2458565a35SJeff Kirsher	select MII
2558565a35SJeff Kirsher	select PHYLIB
2658565a35SJeff Kirsher	---help---
2758565a35SJeff Kirsher	  This is a driver for the R6040 Fast Ethernet MACs found in the
2858565a35SJeff Kirsher	  the RDC R-321x System-on-chips.
2958565a35SJeff Kirsher
3058565a35SJeff Kirsher	  To compile this driver as a module, choose M here: the module
3158565a35SJeff Kirsher	  will be called r6040. This is recommended.
3258565a35SJeff Kirsher
3358565a35SJeff Kirsherendif # NET_VENDOR_RDC
34