18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci# Copyright (c) 2019 Pensando Systems, Inc
38c2ecf20Sopenharmony_ci#
48c2ecf20Sopenharmony_ci# Pensando device configuration
58c2ecf20Sopenharmony_ci#
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciconfig NET_VENDOR_PENSANDO
88c2ecf20Sopenharmony_ci	bool "Pensando devices"
98c2ecf20Sopenharmony_ci	default y
108c2ecf20Sopenharmony_ci	help
118c2ecf20Sopenharmony_ci	  If you have a network (Ethernet) card belonging to this class, say Y.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
148c2ecf20Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all
158c2ecf20Sopenharmony_ci	  the questions about Pensando cards. If you say Y, you will be asked
168c2ecf20Sopenharmony_ci	  for your specific card in the following questions.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciif NET_VENDOR_PENSANDO
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciconfig IONIC
218c2ecf20Sopenharmony_ci	tristate "Pensando Ethernet IONIC Support"
228c2ecf20Sopenharmony_ci	depends on 64BIT && PCI
238c2ecf20Sopenharmony_ci	select NET_DEVLINK
248c2ecf20Sopenharmony_ci	select DIMLIB
258c2ecf20Sopenharmony_ci	help
268c2ecf20Sopenharmony_ci	  This enables the support for the Pensando family of Ethernet
278c2ecf20Sopenharmony_ci	  adapters.  More specific information on this driver can be
288c2ecf20Sopenharmony_ci	  found in
298c2ecf20Sopenharmony_ci	  <file:Documentation/networking/device_drivers/ethernet/pensando/ionic.rst>.
308c2ecf20Sopenharmony_ci
318c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here. The module
328c2ecf20Sopenharmony_ci	  will be called ionic.
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_ciendif # NET_VENDOR_PENSANDO
35