Re: [PATCH v5 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality

From: Randy Dunlap
Date: Fri Sep 18 2020 - 12:18:03 EST


On 9/17/20 11:42 PM, Kishon Vijay Abraham I wrote:
> diff --git a/drivers/pci/endpoint/functions/Kconfig b/drivers/pci/endpoint/functions/Kconfig
> index 8820d0f7ec77..55ac7bb2d469 100644
> --- a/drivers/pci/endpoint/functions/Kconfig
> +++ b/drivers/pci/endpoint/functions/Kconfig
> @@ -12,3 +12,15 @@ config PCI_EPF_TEST
> for PCI Endpoint.
>
> If in doubt, say "N" to disable Endpoint test driver.
> +
> +config PCI_EPF_NTB
> + tristate "PCI Endpoint NTB driver"
> + depends on PCI_ENDPOINT
> + help
> + Select this configuration option to enable the NTB driver
> + for PCI Endpoint. NTB driver implements NTB controller
> + functionality using multiple PCIe endpoint instances. It
> + can support NTB endpoint function devices created using
> + device tree.

Indent help text with one tab + 2 spaces...
according to coding-style.rst.


> +
> + If in doubt, say "N" to disable Endpoint NTB driver.


thanks.
--
~Randy