0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Fungible network driver configuration
0004 #
0005
0006 config NET_VENDOR_FUNGIBLE
0007 bool "Fungible devices"
0008 default y
0009 help
0010 If you have a Fungible network device, say Y.
0011
0012 Note that the answer to this question doesn't directly affect the
0013 kernel: saying N will just cause the configurator to skip all
0014 the questions about Fungible cards. If you say Y, you will be asked
0015 for your specific card in the following questions.
0016
0017 if NET_VENDOR_FUNGIBLE
0018
0019 config FUN_CORE
0020 tristate
0021 select SBITMAP
0022 help
0023 A service module offering basic common services to Fungible
0024 device drivers.
0025
0026 source "drivers/net/ethernet/fungible/funeth/Kconfig"
0027
0028 endif # NET_VENDOR_FUNGIBLE