blob: b46b9c5daf5975b4f1546d10716ed6c46d9505ca [file] [log] [blame]
# Kconfig - ADC configuration options
#
# Copyright (c) 2019 Intel Corporation
# Copyright (c) 2019 Endre Karlson
# Copyright (c) 2019 Song Qiang <songqiang1304521@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig ADC_STM32
bool "STM32 ADC driver"
depends on SOC_FAMILY_STM32
help
Enable the driver implementation for the stm32xx ADC
if ADC_STM32
config ADC_1
prompt "ADC1"
default y
help
Enable ADC1
endif # ADC_STM32