GNU Linux-libre 6.8.9-gnu
[releases.git] / drivers / net / ethernet / fungible / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Fungible network driver configuration
4 #
5
6 config NET_VENDOR_FUNGIBLE
7         bool "Fungible devices"
8         default y
9         help
10           If you have a Fungible network device, say Y.
11
12           Note that the answer to this question doesn't directly affect the
13           kernel: saying N will just cause the configurator to skip all
14           the questions about Fungible cards. If you say Y, you will be asked
15           for your specific card in the following questions.
16
17 if NET_VENDOR_FUNGIBLE
18
19 config FUN_CORE
20         tristate
21         select SBITMAP
22         help
23           A service module offering basic common services to Fungible
24           device drivers.
25
26 source "drivers/net/ethernet/fungible/funeth/Kconfig"
27
28 endif # NET_VENDOR_FUNGIBLE