@@ -35332,6 +35332,18 @@ Defaults to @samp{#f}.
@end deftypevr
+@deftypevr {@code{tlp-configuration} parameter} string cpu-energy-perf-policy-on-ac
+Set CPU energy/performance policy when on AC mode. Possible values are
+performance, balance_performance, default, balance_power and power.
+
+@end deftypevr
+
+@deftypevr {@code{tlp-configuration} parameter} string cpu-energy-perf-policy-on-bat
+Set CPU energy/performance policy when on BAT mode. Possible values are
+performance, balance_performance, default, balance_power and power.
+
+@end deftypevr
+
@cindex thermald
@cindex CPU frequency scaling with thermald
@subsubheading Thermald daemon
@@ -378,7 +378,17 @@ (define-configuration tlp-configuration
(restore-device-state-on-startup?
(boolean #f)
"Restore radio device state (bluetooth, wifi, wwan) from previous
-shutdown on system startup."))
+shutdown on system startup.")
+
+ (cpu-energy-perf-policy-on-ac
+ maybe-string
+ "Set CPU energy/performance policy when on AC mode. Possible values are
+performance, balance_performance, default, balance_power and power.")
+
+ (cpu-energy-perf-policy-on-bat
+ maybe-string
+ "Set CPU energy/performance policy when on BAT mode. Possible values are
+performance, balance_performance, default, balance_power and power."))
(define (tlp-shepherd-service config)