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