mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
ca07ee4e3d
Fix up inconsistent usage of upper and lowercase letters in "Samsung" and "Exynos" names. "SAMSUNG" and "EXYNOS" are not abbreviations but regular trademarked names. Therefore they should be written with lowercase letters starting with capital letter. The lowercase "Exynos" name is promoted by its manufacturer Samsung Electronics Co., Ltd., in advertisement materials and on website. Although advertisement materials usually use uppercase "SAMSUNG", the lowercase version is used in all legal aspects (e.g. on Wikipedia and in privacy/legal statements on https://www.samsung.com/semiconductor/privacy-global/). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20200104152107.11407-7-krzk@kernel.org
12 lines
484 B
Plaintext
12 lines
484 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config EXYNOS_THERMAL
|
|
tristate "Exynos thermal management unit driver"
|
|
depends on THERMAL_OF
|
|
depends on HAS_IOMEM
|
|
help
|
|
If you say yes here you get support for the TMU (Thermal Management
|
|
Unit) driver for Samsung Exynos series of SoCs. This driver initialises
|
|
the TMU, reports temperature and handles cooling action if defined.
|
|
This driver uses the Exynos core thermal APIs and TMU configuration
|
|
data from the supported SoCs.
|