mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 12:49:08 +00:00
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>
This commit is contained in:
parent
41ae3c0274
commit
ec2feb475f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user