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


##########
arch/arm/src/sama5/Kconfig:
##########
@@ -3580,25 +3584,28 @@ if !SAMA5_ADC_ANARCH
 config SAMA5_ADC_GAIN
        int "Analog gain"
        default 1
-       depends on SAMA5_ADC_CHAN0
+       depends on ARCH_CHIP_SAMA5D3
        range 0 3
        ---help---
                Valid gain settings are {0, 1, 2, 3} which may be interpreted as
                either {1, 1, 2, 4} if the channels are configured for single 
ended
                mode or as {0.5, 1, 2, 2} if the channels are configured for
-               differential mode.
+               differential mode. Applies to all channels.
 
 config SAMA5_ADC_OFFSET
        bool "Offset"
        default n
+    depends on ARCH_CHIP_SAMA5D3

Review Comment:
   All lined up in VS Code. Have deleted and reinserted and its still lined up.



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