Skip to content

Commit c343da5

Browse files
bbilascarlescufi
authored andcommitted
nxp_imx: rt: add ADC External Trigger Control Kconfig option
Add missing ADC External Trigger Control module Kconfig option. Signed-off-by: Bartosz Bilas <[email protected]>
1 parent f52085d commit c343da5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

drivers/adc/Kconfig.mcux

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ config ADC_MCUX_LPADC
2929
help
3030
Enable the MCUX LPADC driver.
3131

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+
3238
if ADC_MCUX_ADC16
3339

3440
choice

modules/Kconfig.mcux

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,10 @@ config HAS_MCUX_MCAN
355355
help
356356
Set if the MCAN module is present on the SoC.
357357

358+
config HAS_MCUX_ADC_ETC
359+
bool
360+
help
361+
Set if the ADC External Trigger Control module is present
362+
on the SoC.
363+
358364
endif # HAS_MCUX

0 commit comments

Comments
 (0)