CPU: Don't simplify option names for no reason

This commit is contained in:
Dylan Araps
2016-12-14 11:14:59 +11:00
parent f3bfd5a9f5
commit 440153e7d8
2 changed files with 6 additions and 12 deletions

View File

@@ -134,11 +134,12 @@ shell_version="on"
# CPU speed type
#
# Default: 'bios'
# Values: 'current', 'min', 'max', 'bios',
# Default: 'bios_limit'
# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'.
# Flag: --speed_type
# Supports: Linux with 'cpufreq'
speed_type="bios"
# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value.
speed_type="bios_limit"
# Shorten the output of the CPU function
#