# # For a description of the syntax of this configuration file, # see the file kconfig-language.txt in the NuttX tools repository. # menuconfig THERMAL bool "Thermal framework" default n ---help--- Enable thermal framework. if THERMAL config THERMAL_DEFAULT_GOVERNOR string "Thermal default governor name" default "step_wise" ---help--- Default governor name. config THERMAL_GOVERNOR_STEP_WISE bool "Enable step wise governor" default y ---help--- Enable step wise governor. config THERMAL_CDEV_CPUFREQ bool "Thermal cpufreq cooling device" default n depends on CPUFREQ ---help--- Enable thermal cpufreq cooling device. endif # THERMAL