| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config EXYNOS_THERMAL |
|---|
| 2 | 3 | tristate "Exynos thermal management unit driver" |
|---|
| 3 | 4 | depends on THERMAL_OF |
|---|
| 4 | 5 | depends on HAS_IOMEM |
|---|
| 5 | 6 | help |
|---|
| 6 | 7 | If you say yes here you get support for the TMU (Thermal Management |
|---|
| 7 | | - Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises |
|---|
| 8 | + Unit) driver for Samsung Exynos series of SoCs. This driver initialises |
|---|
| 8 | 9 | the TMU, reports temperature and handles cooling action if defined. |
|---|
| 9 | 10 | This driver uses the Exynos core thermal APIs and TMU configuration |
|---|
| 10 | 11 | data from the supported SoCs. |
|---|