2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-05-20 07:15:19 -07:00
|
|
|
#
|
|
|
|
# Digital Equipment Inc network device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_DEC
|
|
|
|
bool "Digital Equipment devices"
|
2011-08-23 01:29:52 -07:00
|
|
|
default y
|
2011-05-20 07:15:19 -07:00
|
|
|
depends on PCI || EISA || CARDBUS
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2015-06-21 16:28:02 -04:00
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
2011-05-20 07:15:19 -07:00
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
|
|
kernel: saying N will just cause the configurator to skip all
|
|
|
|
the questions about DEC cards. If you say Y, you will be asked for
|
|
|
|
your specific card in the following questions.
|
|
|
|
|
|
|
|
if NET_VENDOR_DEC
|
|
|
|
source "drivers/net/ethernet/dec/tulip/Kconfig"
|
|
|
|
endif # NET_VENDOR_DEC
|