Files
Bjorn Helgaas 65ee942a88 UPSTREAM: PCI: Fix typos
Fix typos and whitespace errors.

Bug: 413610810
Link: https://lore.kernel.org/r/20250307231715.438518-1-helgaas@kernel.org
Change-Id: I33bbe092481263cfb59c96206dbd70221c3eccc5
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
(cherry picked from commit f4e026f454d7bb6aa84901a37641132961054735)
Signed-off-by: Danesh Petigara <danesh.petigara@broadcom.com>
Signed-off-by: Pierre Couillaud <pierre@broadcom.com>
2025-04-25 16:37:14 -07:00

34 lines
870 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
#
# PCI Endpoint Support
#
menu "PCI Endpoint"
config PCI_ENDPOINT
bool "PCI Endpoint Support"
depends on HAVE_PCI
help
Enable this configuration option to support configurable PCI
endpoint. This should be enabled if the platform has a PCI
controller that can operate in endpoint mode.
Enabling this option will build the endpoint library, which
includes endpoint controller library and endpoint function
library.
If in doubt, say "N" to disable Endpoint support.
config PCI_ENDPOINT_CONFIGFS
bool "PCI Endpoint Configfs Support"
depends on PCI_ENDPOINT
select CONFIGFS_FS
help
This will enable the configfs entry that can be used to
configure the endpoint function and used to bind the
function with an endpoint controller.
source "drivers/pci/endpoint/functions/Kconfig"
endmenu