zephyr/drivers/adc/Kconfig.vf610
Antonio Tessarolo 4598e6bf0a drivers/adc: imx6sx ADC support.
This commit adds support for adc_vf610 ADC.

Signed-off-by: Antonio Tessarolo <anthonytexdev@gmail.com>
2023-05-08 16:42:40 +02:00

12 lines
239 B
Plaintext

# ADC configuration options
# Copyright (c) 2021 Antonio Tessarolo
# SPDX-License-Identifier: Apache-2.0
config ADC_VF610
bool "VF610 ADC driver"
depends on DT_HAS_NXP_VF610_ADC_ENABLED
default y
help
Enable the VF610 ADC driver.