diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2015-09-10 06:13:41 +0200 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-14 04:33:53 +0200 |
commit | ec2feb475f4880246166a47e066e7a601a6103af (patch) | |
tree | 6e8c415b236700f65c84b025a34b3fae50b2782c /drivers/thermal/ti-soc-thermal/Kconfig | |
parent | thermal: ti-soc: allow compile test (diff) | |
download | linux-ec2feb475f4880246166a47e066e7a601a6103af.tar.xz linux-ec2feb475f4880246166a47e066e7a601a6103af.zip |
thermal: ti-soc: Kconfig fix to avoid menu showing wrongly
Move the dependencies to menu, so we avoid showing it wrongly.
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-omap@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/ti-soc-thermal/Kconfig')
-rw-r--r-- | drivers/thermal/ti-soc-thermal/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/thermal/ti-soc-thermal/Kconfig b/drivers/thermal/ti-soc-thermal/Kconfig index 7a24018df7cd..cb6686ff09ae 100644 --- a/drivers/thermal/ti-soc-thermal/Kconfig +++ b/drivers/thermal/ti-soc-thermal/Kconfig @@ -1,7 +1,5 @@ config TI_SOC_THERMAL tristate "Texas Instruments SoCs temperature sensor driver" - depends on THERMAL - depends on ARCH_HAS_BANDGAP || COMPILE_TEST help If you say yes here you get support for the Texas Instruments OMAP4460+ on die bandgap temperature sensor support. The register |