hwmon: (exynos4_tmu) Fix Kconfig dependency
Rename dependency of EXYNOS4_TMU in Kconfig to the existing one. Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
This commit is contained in:
parent
cfcfc9eca2
commit
3627902377
|
@ -315,7 +315,7 @@ config SENSORS_DS1621
|
||||||
|
|
||||||
config SENSORS_EXYNOS4_TMU
|
config SENSORS_EXYNOS4_TMU
|
||||||
tristate "Temperature sensor on Samsung EXYNOS4"
|
tristate "Temperature sensor on Samsung EXYNOS4"
|
||||||
depends on EXYNOS4_DEV_TMU
|
depends on ARCH_EXYNOS4
|
||||||
help
|
help
|
||||||
If you say yes here you get support for TMU (Thermal Managment
|
If you say yes here you get support for TMU (Thermal Managment
|
||||||
Unit) on SAMSUNG EXYNOS4 series of SoC.
|
Unit) on SAMSUNG EXYNOS4 series of SoC.
|
||||||
|
|
Loading…
Reference in New Issue