blob: 49fd2ba40f41a50f2e5ac7450d1f5a360d03a9f5 [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
bool "ADC1"
default y
help
Enable ADC1
endif # ADC_STM32