xref: /openbmc/linux/drivers/net/ethernet/rdc/Kconfig (revision a7f7f624)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
258565a35SJeff Kirsher#
358565a35SJeff Kirsher# RDC network device configuration
458565a35SJeff Kirsher#
558565a35SJeff Kirsher
658565a35SJeff Kirsherconfig NET_VENDOR_RDC
758565a35SJeff Kirsher	bool "RDC devices"
888f07484SJeff Kirsher	default y
958565a35SJeff Kirsher	depends on PCI
10a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
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
26a7f7f624SMasahiro Yamada	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