Add driver, together with the corresponding dts binding and node in the nRF54H20 SoC definiton, for the nRF temperature sensor that cannot be accessed directly but only through nRF Services (nrfs) layer. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
9 lines
282 B
Plaintext
9 lines
282 B
Plaintext
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
source "drivers/sensor/nordic/npm1300_charger/Kconfig"
|
|
source "drivers/sensor/nordic/qdec_nrfx/Kconfig"
|
|
source "drivers/sensor/nordic/temp/Kconfig"
|
|
# zephyr-keep-sorted-stop
|