|
@@ -1,5 +1,5 @@
|
|
|
-config OMAP_BANDGAP
|
|
|
- tristate "Texas Instruments OMAP4+ temperature sensor driver"
|
|
|
+config TI_SOC_THERMAL
|
|
|
+ tristate "Texas Instruments SoCs temperature sensor driver"
|
|
|
depends on THERMAL
|
|
|
depends on ARCH_HAS_BANDGAP
|
|
|
help
|
|
@@ -10,9 +10,9 @@ config OMAP_BANDGAP
|
|
|
This includes alert interrupts generation and also the TSHUT
|
|
|
support.
|
|
|
|
|
|
-config OMAP_THERMAL
|
|
|
- bool "Texas Instruments OMAP4+ thermal framework support"
|
|
|
- depends on OMAP_BANDGAP
|
|
|
+config TI_THERMAL
|
|
|
+ bool "Texas Instruments SoCs thermal framework support"
|
|
|
+ depends on TI_SOC_THERMAL
|
|
|
depends on CPU_THERMAL
|
|
|
help
|
|
|
If you say yes here you want to get support for generic thermal
|
|
@@ -23,7 +23,7 @@ config OMAP_THERMAL
|
|
|
|
|
|
config OMAP4_THERMAL
|
|
|
bool "Texas Instruments OMAP4 thermal support"
|
|
|
- depends on OMAP_BANDGAP
|
|
|
+ depends on TI_SOC_THERMAL
|
|
|
depends on ARCH_OMAP4
|
|
|
help
|
|
|
If you say yes here you get thermal support for the Texas Instruments
|
|
@@ -37,7 +37,7 @@ config OMAP4_THERMAL
|
|
|
|
|
|
config OMAP5_THERMAL
|
|
|
bool "Texas Instruments OMAP5 thermal support"
|
|
|
- depends on OMAP_BANDGAP
|
|
|
+ depends on TI_SOC_THERMAL
|
|
|
depends on SOC_OMAP5
|
|
|
help
|
|
|
If you say yes here you get thermal support for the Texas Instruments
|