aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShunsuke Mie <[email protected]>2023-02-02 19:38:32 +0900
committerBjorn Helgaas <[email protected]>2023-06-23 14:57:47 -0500
commit37587673cda963ec950e4983db5023802f9b5ff2 (patch)
tree21ef13593a8163da94b08fc5622daafbf9417dbc
parentac9a78681b921877518763ba0e89202254349d1b (diff)
PCI: endpoint: Fix a Kconfig prompt of vNTB driver
vNTB driver and NTB driver have same Kconfig prompt. Changed to make it distinguishable. Link: https://lore.kernel.org/r/[email protected] Fixes: e35f56bb0330 ("PCI: endpoint: Support NTB transfer between RC and EP") Signed-off-by: Shunsuke Mie <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]>
-rw-r--r--drivers/pci/endpoint/functions/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/endpoint/functions/Kconfig b/drivers/pci/endpoint/functions/Kconfig
index 9fd560886871..8efb6a869e7c 100644
--- a/drivers/pci/endpoint/functions/Kconfig
+++ b/drivers/pci/endpoint/functions/Kconfig
@@ -27,7 +27,7 @@ config PCI_EPF_NTB
If in doubt, say "N" to disable Endpoint NTB driver.
config PCI_EPF_VNTB
- tristate "PCI Endpoint NTB driver"
+ tristate "PCI Endpoint Virtual NTB driver"
depends on PCI_ENDPOINT
depends on NTB
select CONFIGFS_FS