Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 # Copyright (c) 2019 Pensando Systems, Inc
0003 #
0004 # Pensando device configuration
0005 #
0006 
0007 config NET_VENDOR_PENSANDO
0008         bool "Pensando devices"
0009         default y
0010         help
0011           If you have a network (Ethernet) card belonging to this class, say Y.
0012 
0013           Note that the answer to this question doesn't directly affect the
0014           kernel: saying N will just cause the configurator to skip all
0015           the questions about Pensando cards. If you say Y, you will be asked
0016           for your specific card in the following questions.
0017 
0018 if NET_VENDOR_PENSANDO
0019 
0020 config IONIC
0021         tristate "Pensando Ethernet IONIC Support"
0022         depends on 64BIT && PCI
0023         depends on PTP_1588_CLOCK_OPTIONAL
0024         select NET_DEVLINK
0025         select DIMLIB
0026         help
0027           This enables the support for the Pensando family of Ethernet
0028           adapters.  More specific information on this driver can be
0029           found in
0030           <file:Documentation/networking/device_drivers/ethernet/pensando/ionic.rst>.
0031 
0032           To compile this driver as a module, choose M here. The module
0033           will be called ionic.
0034 
0035 endif # NET_VENDOR_PENSANDO