37 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Copyright (c) 2019 Pensando Systems, Inc3#4# Pensando device configuration5#6 7config NET_VENDOR_PENSANDO8 bool "Pensando devices"9 default y10 help11 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 the14 kernel: saying N will just cause the configurator to skip all15 the questions about Pensando cards. If you say Y, you will be asked16 for your specific card in the following questions.17 18if NET_VENDOR_PENSANDO19 20config IONIC21 tristate "Pensando Ethernet IONIC Support"22 depends on 64BIT && PCI23 depends on PTP_1588_CLOCK_OPTIONAL24 select NET_DEVLINK25 select DIMLIB26 select PAGE_POOL27 help28 This enables the support for the Pensando family of Ethernet29 adapters. More specific information on this driver can be30 found in31 <file:Documentation/networking/device_drivers/ethernet/pensando/ionic.rst>.32 33 To compile this driver as a module, choose M here. The module34 will be called ionic.35 36endif # NET_VENDOR_PENSANDO37