diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2015-09-10 07:13:41 +0300 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-14 05:33:53 +0300 |
commit | ec2feb475f4880246166a47e066e7a601a6103af (patch) | |
tree | 6e8c415b236700f65c84b025a34b3fae50b2782c /drivers/thermal/Kconfig | |
parent | 41ae3c02743e8f1f21ceebca614342d26b4eb080 (diff) | |
download | linux-ec2feb475f4880246166a47e066e7a601a6103af.tar.xz |
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/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 7d95587b2757..5aabc4bc0d75 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -349,6 +349,7 @@ config INTEL_PCH_THERMAL programmable trip points and other information. menu "Texas Instruments thermal drivers" +depends on ARCH_HAS_BANDGAP || COMPILE_TEST source "drivers/thermal/ti-soc-thermal/Kconfig" endmenu |