Kconfig (e3c55d406bd8df1a878546002c93db90c42be10c) | Kconfig (a822794886e9746b30b62d11e594865bcc7a0988) |
---|---|
1# 2# Generic thermal sysfs drivers configuration 3# 4 5menuconfig THERMAL 6 tristate "Generic Thermal sysfs driver" 7 help 8 Generic Thermal Sysfs driver offers a generic mechanism for --- 42 unchanged lines hidden (view full) --- 51 devices based on their 'contribution' to a zone. The 52 contribution should be provided through platform data. 53 54config THERMAL_DEFAULT_GOV_USER_SPACE 55 bool "user_space" 56 select THERMAL_GOV_USER_SPACE 57 help 58 Select this if you want to let the user space manage the | 1# 2# Generic thermal sysfs drivers configuration 3# 4 5menuconfig THERMAL 6 tristate "Generic Thermal sysfs driver" 7 help 8 Generic Thermal Sysfs driver offers a generic mechanism for --- 42 unchanged lines hidden (view full) --- 51 devices based on their 'contribution' to a zone. The 52 contribution should be provided through platform data. 53 54config THERMAL_DEFAULT_GOV_USER_SPACE 55 bool "user_space" 56 select THERMAL_GOV_USER_SPACE 57 help 58 Select this if you want to let the user space manage the |
59 lpatform thermals. | 59 platform thermals. |
60 61endchoice 62 63config THERMAL_GOV_FAIR_SHARE 64 bool "Fair-share thermal governor" 65 help 66 Enable this to manage platform thermals using fair-share governor. 67 68config THERMAL_GOV_STEP_WISE 69 bool "Step_wise thermal governor" 70 help 71 Enable this to manage platform thermals using a simple linear | 60 61endchoice 62 63config THERMAL_GOV_FAIR_SHARE 64 bool "Fair-share thermal governor" 65 help 66 Enable this to manage platform thermals using fair-share governor. 67 68config THERMAL_GOV_STEP_WISE 69 bool "Step_wise thermal governor" 70 help 71 Enable this to manage platform thermals using a simple linear |
72 governor. |
|
72 73config THERMAL_GOV_USER_SPACE 74 bool "User_space thermal governor" 75 help 76 Enable this to let the user space manage the platform thermals. 77 78config CPU_THERMAL 79 bool "generic cpu cooling support" --- 32 unchanged lines hidden (view full) --- 112 passive trip is crossed. 113 114config SPEAR_THERMAL 115 bool "SPEAr thermal sensor driver" 116 depends on PLAT_SPEAR 117 depends on OF 118 help 119 Enable this to plug the SPEAr thermal sensor driver into the Linux | 73 74config THERMAL_GOV_USER_SPACE 75 bool "User_space thermal governor" 76 help 77 Enable this to let the user space manage the platform thermals. 78 79config CPU_THERMAL 80 bool "generic cpu cooling support" --- 32 unchanged lines hidden (view full) --- 113 passive trip is crossed. 114 115config SPEAR_THERMAL 116 bool "SPEAr thermal sensor driver" 117 depends on PLAT_SPEAR 118 depends on OF 119 help 120 Enable this to plug the SPEAr thermal sensor driver into the Linux |
120 thermal framework | 121 thermal framework. |
121 122config RCAR_THERMAL 123 tristate "Renesas R-Car thermal driver" 124 depends on ARCH_SHMOBILE 125 help 126 Enable this to plug the R-Car thermal sensor driver into the Linux | 122 123config RCAR_THERMAL 124 tristate "Renesas R-Car thermal driver" 125 depends on ARCH_SHMOBILE 126 help 127 Enable this to plug the R-Car thermal sensor driver into the Linux |
127 thermal framework | 128 thermal framework. |
128 129config KIRKWOOD_THERMAL 130 tristate "Temperature sensor on Marvell Kirkwood SoCs" 131 depends on ARCH_KIRKWOOD 132 depends on OF 133 help 134 Support for the Kirkwood thermal sensor driver into the Linux thermal 135 framework. Only kirkwood 88F6282 and 88F6283 have this sensor. --- 69 unchanged lines hidden --- | 129 130config KIRKWOOD_THERMAL 131 tristate "Temperature sensor on Marvell Kirkwood SoCs" 132 depends on ARCH_KIRKWOOD 133 depends on OF 134 help 135 Support for the Kirkwood thermal sensor driver into the Linux thermal 136 framework. Only kirkwood 88F6282 and 88F6283 have this sensor. --- 69 unchanged lines hidden --- |