1# ADC configuration options
2
3# Copyright (c) 2021 Antonio Tessarolo
4# SPDX-License-Identifier: Apache-2.0
5
6config ADC_VF610
7 bool "VF610 ADC driver"
8 depends on DT_HAS_NXP_VF610_ADC_ENABLED
9 default y
10 help
11 Enable the VF610 ADC driver.
12