Kernel Menu Configuration
Follow the steps below to configure the kernel menu settings for the thermal sensor.
- Under the root directory of freelight-u-sdk, type the following
command to enter the kernel menu configuration
GUI.
cd freelight-u-sdk make linux-menuconfig
- Enter the Device Drivers menu.
- Enter the Thermal Drivers menu.
- In the Thermal Drivers menu, select the CPU Frequency Cooling Device
option.The following list provides explanations for the parameters included in the
above menu.
- Default Thermal governor (step_wise): Thermal governor select step_wise by default.
- Expose thermal sensors as hwmon device: Generic Thermal Management hwmon support.
- APIs to parse thermal data out of device tree: Generic Thermal Management device tree support.
- Enable writable trip points: Support modifying trip points in user space.
- Thermal emulation mode support: Support thermal emulation temperature function.
- Generic cpu cooling support: Open generic CPU cooling.
- CPU frequency cooling device: Supports generic CPU cooling mechanism through frequency reduction.