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:
parent
f52085dc54
commit
c343da5161
2 changed files with 12 additions and 0 deletions
|
@ -29,6 +29,12 @@ config ADC_MCUX_LPADC
|
||||||
help
|
help
|
||||||
Enable the MCUX LPADC driver.
|
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
|
if ADC_MCUX_ADC16
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
|
|
@ -355,4 +355,10 @@ config HAS_MCUX_MCAN
|
||||||
help
|
help
|
||||||
Set if the MCAN module is present on the SoC.
|
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
|
endif # HAS_MCUX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue