Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # SPDX-License-Identifier: GPL-2.0
  2. # Copyright (c) 2019 Pensando Systems, Inc
  3. #
  4. # Pensando device configuration
  5. #
  6. config NET_VENDOR_PENSANDO
  7. bool "Pensando devices"
  8. default y
  9. help
  10. If you have a network (Ethernet) card belonging to this class, say Y.
  11. Note that the answer to this question doesn't directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about Pensando cards. If you say Y, you will be asked
  14. for your specific card in the following questions.
  15. if NET_VENDOR_PENSANDO
  16. config IONIC
  17. tristate "Pensando Ethernet IONIC Support"
  18. depends on 64BIT && PCI
  19. depends on PTP_1588_CLOCK_OPTIONAL
  20. select NET_DEVLINK
  21. select DIMLIB
  22. help
  23. This enables the support for the Pensando family of Ethernet
  24. adapters. More specific information on this driver can be
  25. found in
  26. <file:Documentation/networking/device_drivers/ethernet/pensando/ionic.rst>.
  27. To compile this driver as a module, choose M here. The module
  28. will be called ionic.
  29. endif # NET_VENDOR_PENSANDO