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