nxp_imx: rt: add ADC External Trigger Control Kconfig option

Add missing ADC External Trigger Control module Kconfig option.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-05-24 14:09:53 +02:00 committed by Carles Cufí
commit c343da5161
2 changed files with 12 additions and 0 deletions

View file

@ -29,6 +29,12 @@ config ADC_MCUX_LPADC
help
Enable the MCUX LPADC driver.
config ADC_MCUX_ETC
bool "MCUX ADC ETC driver"
depends on HAS_MCUX_ADC_ETC
help
Enable the MCUX ADC ETC driver.
if ADC_MCUX_ADC16
choice

View file

@ -355,4 +355,10 @@ config HAS_MCUX_MCAN
help
Set if the MCAN module is present on the SoC.
config HAS_MCUX_ADC_ETC
bool
help
Set if the ADC External Trigger Control module is present
on the SoC.
endif # HAS_MCUX