Skip to content

Commit a55949f

Browse files
anthonytexmmahadevan108
authored andcommitted
drivers/adc: imx6sx ADC support.
This commit enable imx6sx adc. Signed-off-by: Antonio Tessarolo <[email protected]>
1 parent f6e680e commit a55949f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imx/drivers/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ zephyr_library_sources(
1212
ccm_imx6sx.c
1313
ccm_analog_imx6sx.c
1414
)
15+
zephyr_library_sources_ifdef(CONFIG_ADC_VF610 adc_imx6sx.c)
1516
endif()
1617

1718
zephyr_library_sources_ifdef(CONFIG_COUNTER_IMX_EPIT epit.c)

0 commit comments

Comments
 (0)