TimJTi commented on code in PR #7702:
URL: https://github.com/apache/nuttx/pull/7702#discussion_r1033438592


##########
arch/arm/src/sama5/Kconfig:
##########
@@ -3246,11 +3247,12 @@ config SAMA5_ADC_ANARCH
        default n
        ---help---
                This option allows you to select different gain, offset, and 
single
-               vs. differential modes for each channel.
+               vs. differential modes for each channel, depending on ARCH.
 
 if SAMA5_ADC_ANARCH
 
 menu "Channel gain"
+    depends on ARCH_CHIP_SAMA5D

Review Comment:
   This has the same indentation as, say, line 816 and 925. What is wrong?



##########
arch/arm/src/sama5/Kconfig:
##########
@@ -3387,6 +3389,7 @@ config SAMA5_ADC_GAIN11
 endmenu # Channel gain
 
 menu "Channel offsets"
+    depends on ARCH_CHIP_SAMA5D3

Review Comment:
   Ditto



-- 
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