forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/thermal/tegra/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menu "NVIDIA Tegra thermal drivers"
23 depends on ARCH_TEGRA
34
....@@ -14,7 +15,7 @@
1415 tristate "Tegra BPMP thermal sensing"
1516 depends on TEGRA_BPMP || COMPILE_TEST
1617 help
17
- Enable this option for support for sensing system temperature of NVIDIA
18
- Tegra systems-on-chip with the BPMP coprocessor (Tegra186).
18
+ Enable this option for support for sensing system temperature of NVIDIA
19
+ Tegra systems-on-chip with the BPMP coprocessor (Tegra186).
1920
2021 endmenu