11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
|
# STM32 battery sensor configuration options
|
||
|
|
||
|
# Copyright (c) 2022 STMicroelectronics
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config STM32_VBAT
|
||
|
bool "STM32 Vbat Sensor"
|
||
|
depends on ADC && (SOC_FAMILY_STM32 && !SOC_SERIES_STM32F1X)
|
||
|
help
|
||
|
Enable driver for STM32 Vbat sensor and then also ADC
|