PCI: endpoint: Fix a Kconfig prompt of vNTB driver
[ Upstream commit 37587673cda963ec950e4983db5023802f9b5ff2 ]
vNTB driver and NTB driver have same Kconfig prompt. Changed to make it
distinguishable.
Link: https://lore.kernel.org/r/20230202103832.2038286-1-mie@igel.co.jp
Fixes: e35f56bb03 ("PCI: endpoint: Support NTB transfer between RC and EP")
Signed-off-by: Shunsuke Mie <mie@igel.co.jp>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
38b64bdb72
commit
e14379d026
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ config PCI_EPF_NTB
|
||||||
If in doubt, say "N" to disable Endpoint NTB driver.
|
If in doubt, say "N" to disable Endpoint NTB driver.
|
||||||
|
|
||||||
config PCI_EPF_VNTB
|
config PCI_EPF_VNTB
|
||||||
tristate "PCI Endpoint NTB driver"
|
tristate "PCI Endpoint Virtual NTB driver"
|
||||||
depends on PCI_ENDPOINT
|
depends on PCI_ENDPOINT
|
||||||
depends on NTB
|
depends on NTB
|
||||||
select CONFIGFS_FS
|
select CONFIGFS_FS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue