thermal/drivers/core: Remove depends on THERMAL in Kconfig
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 2 Apr 2019 16:12:48 +0000 (18:12 +0200)
committerZhang Rui <rui.zhang@intel.com>
Mon, 6 May 2019 12:35:24 +0000 (20:35 +0800)
commite9cf125bc1f99caacd1f4700b2c78659c53c4d9d
treef9e261024b22ca92017664e29e59b46b50a0e0d8
parent77e1dd46a1ad098f2bdb1fc953fea0d59e5d7fb6
thermal/drivers/core: Remove depends on THERMAL in Kconfig

The dependency on the THERMAL option to be set is already there implicitly
by the "if THERMAL" conditionnal option. The sub Kconfigs do not have to
check against the THERMAL option as they are called from a Kconfig block
which is enabled by the conditionnal option.

Remove the useless "depends on THERMAL" in the Kconfigs.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/Kconfig
drivers/thermal/intel/Kconfig
drivers/thermal/qcom/Kconfig