Skip to content

Commit

Permalink
Add conservative governor setting
Browse files Browse the repository at this point in the history
This governor setting is showing up on dev-board 4.19 kernels
  • Loading branch information
noloader committed Apr 29, 2019
1 parent a11ac1e commit 6c60e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestScripts/governor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ case $1 in
on*|de*) governor="ondemand";;
po*|pw*) governor="powersave";;
pe*) governor="performance";;
co*) governor="conservative";;
us*) governor="userspace";;
\?) ;;
*) echo "$1: unrecognized governor";;
Expand Down

0 comments on commit 6c60e2c

Please sign in to comment.