We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52085d commit c343da5Copy full SHA for c343da5
drivers/adc/Kconfig.mcux
@@ -29,6 +29,12 @@ config ADC_MCUX_LPADC
29
help
30
Enable the MCUX LPADC driver.
31
32
+config ADC_MCUX_ETC
33
+ bool "MCUX ADC ETC driver"
34
+ depends on HAS_MCUX_ADC_ETC
35
+ help
36
+ Enable the MCUX ADC ETC driver.
37
+
38
if ADC_MCUX_ADC16
39
40
choice
modules/Kconfig.mcux
@@ -355,4 +355,10 @@ config HAS_MCUX_MCAN
355
356
Set if the MCAN module is present on the SoC.
357
358
+config HAS_MCUX_ADC_ETC
359
+ bool
360
361
+ Set if the ADC External Trigger Control module is present
362
+ on the SoC.
363
364
endif # HAS_MCUX
0 commit comments