Kconfig 702 B

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