drivers/adc: imx6sx ADC support.

This commit enable imx6sx adc.

Signed-off-by: Antonio Tessarolo <anthonytexdev@gmail.com>
This commit is contained in:
Antonio Tessarolo 2021-11-15 10:05:47 +01:00 committed by Mahesh Mahadevan
parent f6e680e7ce
commit a55949fd88
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ zephyr_library_sources(
ccm_imx6sx.c
ccm_analog_imx6sx.c
)
zephyr_library_sources_ifdef(CONFIG_ADC_VF610 adc_imx6sx.c)
endif()
zephyr_library_sources_ifdef(CONFIG_COUNTER_IMX_EPIT epit.c)