1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2019 Pensando Systems, Inc
4 # Pensando device configuration
7 config NET_VENDOR_PENSANDO
8 bool "Pensando devices"
11 If you have a network (Ethernet) card belonging to this class, say Y.
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.
18 if NET_VENDOR_PENSANDO
21 tristate "Pensando Ethernet IONIC Support"
22 depends on 64BIT && PCI
25 This enables the support for the Pensando family of Ethernet
26 adapters. More specific information on this driver can be
28 <file:Documentation/networking/device_drivers/pensando/ionic.rst>.
30 To compile this driver as a module, choose M here. The module
33 endif # NET_VENDOR_PENSANDO