summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorJavi Merino2015-03-04 18:57:29 +0100
committerEduardo Valentin2015-05-05 06:27:53 +0200
commitdb6cb88b8f4748589d826930c7626b7cde262243 (patch)
treef88c30f5ee5c8880acc6d899ec17275f99790f47 /drivers/thermal/Kconfig
parentthermal: Default OF created trip points to writable (diff)
downloadkernel-qcow2-linux-db6cb88b8f4748589d826930c7626b7cde262243.tar.gz
kernel-qcow2-linux-db6cb88b8f4748589d826930c7626b7cde262243.tar.xz
kernel-qcow2-linux-db6cb88b8f4748589d826930c7626b7cde262243.zip
thermal: remove stale THERMAL_POWER_ACTOR select
A previous version of this patch had a config for THERMAL_POWER_ACTOR but it was dropped. Remove the select as it is not doing anything. Cc: Zhang Rui <rui.zhang@intel.com> Cc: Eduardo Valentin <edubezval@gmail.com> Reported-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Javi Merino <javi.merino@arm.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 46bdecf260e5..3379beeed109 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -120,7 +120,6 @@ config THERMAL_GOV_USER_SPACE
config THERMAL_GOV_POWER_ALLOCATOR
bool "Power allocator thermal governor"
- select THERMAL_POWER_ACTOR
help
Enable this to manage platform thermals by dynamically
allocating and limiting power to devices.