1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "Bluetooth: Peripheral HT"
5
6if HAS_HW_NRF_TEMP
7
8config SENSOR
9	default y
10
11config TEMP_NRF5
12	default y
13
14endif # HAS_HW_NRF_TEMP
15
16source "Kconfig.zephyr"
17