2019-11-01 20:45:29 +08:00
|
|
|
# ADC configuration options
|
2019-05-07 16:37:35 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2019 Intel Corporation
|
|
|
|
# Copyright (c) 2019 Endre Karlson
|
|
|
|
# Copyright (c) 2019 Song Qiang <songqiang1304521@gmail.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-01-31 22:04:02 +08:00
|
|
|
config ADC_STM32
|
2019-05-07 16:37:35 +08:00
|
|
|
bool "STM32 ADC driver"
|
|
|
|
depends on SOC_FAMILY_STM32
|
|
|
|
help
|
|
|
|
Enable the driver implementation for the stm32xx ADC
|