Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
744f20d005ebe0ad3f4ed2b4f8ed4e2a79dfe652
/
.
/
drivers
/
adc
/
Kconfig.vf610
blob: 88a8dc0c9d91a922cfee37cc7f1af2f1616bc0b3 [
file
] [
log
] [
blame
]
# 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
.