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