10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
|
# Copyright (c) 2020 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config CLOCK_CONTROL_NRF_USES_TEMP_SENSOR
|
||
|
bool "Internal"
|
||
|
help
|
||
|
Used internally to enable mocking of temperature sensor
|
||
|
|
||
|
source "Kconfig.zephyr"
|