zephyr/drivers/sensor/stm32_temp/Kconfig
Eug Krashtan 05d798e3a9 drivers: sensor: STM32 die temperature driver
STM32 internal temperature sensor driver.
This sensor can be used to measure the temperature of the CPU
and its surroundings.

Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com>
2021-05-08 10:18:09 -05:00

11 lines
265 B
Plaintext

# STM32 temperature sensor configuration options
# Copyright (c) 2021 Eug Krashtan
# SPDX-License-Identifier: Apache-2.0
config STM32_TEMP
bool "STM32 Temperature Sensor"
depends on (ADC && SOC_FAMILY_STM32)
help
Enable driver for STM32 temperature sensor.