diff options
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 7e1b6de68566..f679eea2addb 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -67,3 +67,9 @@ config STEP_WISE depends on THERMAL help Enable this to manage platform thermals using a simple linear + +config USER_SPACE + bool "User_space thermal governor" + depends on THERMAL + help + Enable this to let the user space manage the platform thermals. |