xiaoxiang781216 commented on code in PR #7595: URL: https://github.com/apache/incubator-nuttx/pull/7595#discussion_r1024433327
########## arch/arm/src/sama5/Kconfig: ########## @@ -3615,6 +3615,16 @@ config SAMA5_ADC_SWTRIG ---help--- A-to-D Conversion is initiated only by software via an ioctl() +config SAMA5_ADC_PERIODIC_TRIG + bool "Periodic trigger" + ---help--- + A-to-D Conversion is triggered periodically + +config SAMA5_ADC_CONTINUOUS_TRIG Review Comment: If so you should use choice/endchoice like this: https://github.com/apache/incubator-nuttx/blob/master/Kconfig#L89-L105 to avoid the user select both options. -- 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