acassis commented on code in PR #16843:
URL: https://github.com/apache/nuttx/pull/16843#discussion_r2278896588


##########
drivers/pci/Kconfig:
##########
@@ -100,5 +100,12 @@ config PCI_EPF_TEST
        ---help---
                pci epf test driver
 
+config PCI_EPF_TEST_FUNC_COUNT
+       int "epc function number"

Review Comment:
   Please keep acronyms in upper case: "EPC Function Number"



##########
drivers/pci/Kconfig:
##########
@@ -100,5 +100,12 @@ config PCI_EPF_TEST
        ---help---
                pci epf test driver
 
+config PCI_EPF_TEST_FUNC_COUNT
+       int "epc function number"
+       default 1
+       range 1 8
+       ---help---
+               This option set the epc's function number

Review Comment:
   Please include in the help "EPC (PCI Endpoint Controller) to let people new 
to it (like me) get some hind about it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to