1# Copyright (c) 2025 STMicroelectronics
2#
3# SPDX-License-Identifier: Apache-2.0
4
5menu "STM32WBA Bluetooth configuration"
6	depends on BT_STM32WBA
7
8config BT_STM32WBA_USE_TEMP_BASED_CALIB
9	bool "STM32WBA Radio calibration based on temperature sensor"
10	default y
11	select SENSOR
12	select STM32_TEMP
13	help
14	  Allows the linklayer to calibrate itself on the current temperature read on the ADC4
15endmenu
16