Skip to content

Commit e14379d

Browse files
ShunsukeMiegregkh
authored andcommitted
PCI: endpoint: Fix a Kconfig prompt of vNTB driver
[ Upstream commit 3758767 ] vNTB driver and NTB driver have same Kconfig prompt. Changed to make it distinguishable. Link: https://lore.kernel.org/r/[email protected] Fixes: e35f56b ("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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 38b64bd commit e14379d

File tree

1 file changed

+1
-1
lines changed
  • drivers/pci/endpoint/functions

1 file changed

+1
-1
lines changed

drivers/pci/endpoint/functions/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ config PCI_EPF_NTB
2727
If in doubt, say "N" to disable Endpoint NTB driver.
2828

2929
config PCI_EPF_VNTB
30-
tristate "PCI Endpoint NTB driver"
30+
tristate "PCI Endpoint Virtual NTB driver"
3131
depends on PCI_ENDPOINT
3232
depends on NTB
3333
select CONFIGFS_FS

0 commit comments

Comments
 (0)