xref: /linux/drivers/net/ethernet/cisco/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2a6a5580cSJeff Kirsher#
3a6a5580cSJeff Kirsher# Cisco device configuration
4a6a5580cSJeff Kirsher#
5a6a5580cSJeff Kirsher
6a6a5580cSJeff Kirsherconfig NET_VENDOR_CISCO
7a6a5580cSJeff Kirsher	bool "Cisco devices"
888f07484SJeff Kirsher	default y
9ff33c0e1SBen Hutchings	depends on PCI
10*a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
12a6a5580cSJeff Kirsher
13a6a5580cSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14a6a5580cSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15a6a5580cSJeff Kirsher	  the questions about Cisco cards. If you say Y, you will be asked for
16a6a5580cSJeff Kirsher	  your specific card in the following questions.
17a6a5580cSJeff Kirsher
18a6a5580cSJeff Kirsherif NET_VENDOR_CISCO
19a6a5580cSJeff Kirsher
20a6a5580cSJeff Kirshersource "drivers/net/ethernet/cisco/enic/Kconfig"
21a6a5580cSJeff Kirsher
22a6a5580cSJeff Kirsherendif # NET_VENDOR_CISCO
23