29 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Fungible network driver configuration4#5 6config NET_VENDOR_FUNGIBLE7 bool "Fungible devices"8 default y9 help10 If you have a Fungible network device, say Y.11 12 Note that the answer to this question doesn't directly affect the13 kernel: saying N will just cause the configurator to skip all14 the questions about Fungible cards. If you say Y, you will be asked15 for your specific card in the following questions.16 17if NET_VENDOR_FUNGIBLE18 19config FUN_CORE20 tristate21 select SBITMAP22 help23 A service module offering basic common services to Fungible24 device drivers.25 26source "drivers/net/ethernet/fungible/funeth/Kconfig"27 28endif # NET_VENDOR_FUNGIBLE29