Hi Randy, On 18/09/20 9:47 pm, Randy Dunlap wrote: > 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. Okay, will fix this. Thanks Kishon