hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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