linguini1 commented on code in PR #19736:
URL: https://github.com/apache/nuttx/pull/19736#discussion_r3737066571


##########
drivers/analog/Kconfig:
##########
@@ -486,6 +486,29 @@ config MCP48XX_SPI_FREQUENCY
 
 endif # DAC
 
+config POT
+       bool "Digital Potentiometer"
+       default n
+       ---help---
+               Select to enable support for digital potentiometers.
+
+if POT
+
+config MCP445X

Review Comment:
   Should we prefix these options with `POT_*`? The way we do for sensor names?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to