raiden00pl commented on code in PR #19736: URL: https://github.com/apache/nuttx/pull/19736#discussion_r3737534823
########## 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: there is a mess in drivers/analog/Kconfig regarding naming, but I agree prefix is the correct way. fixed -- 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]
