summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/system_options.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/configure_rockbox/system_options.tex')
-rwxr-xr-xmanual/configure_rockbox/system_options.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index ff2967cec7..b279308e71 100755
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -297,6 +297,30 @@ therefore result in better runtime.
297 \end{description} 297 \end{description}
298} %\nopt{HAS_BUTTON_HOLD} 298} %\nopt{HAS_BUTTON_HOLD}
299 299
300\opt{CONFIG_POWER_SAVING}{
301 \subsection{Power Saving}
302 These options allow users to increase runtime by lowering performance
303 of select subsystems. Certain options may \emph{not} be applicable to your
304 \dap{} or may cause undesired operation to your particular use case.
305
306 \emph{WARNING!} While every effort has been made to ensure the safety of these
307 options, due to manufacturing variance some options may cause unwanted side
308 effects, cause the \dap{} to crash or (while unlikely) even \emph{destroy}
309 your \dap{}. \emph{PROCEED WITH CAUTION}
310
311 \begin{description}
312
313 \item[CPU]
314 Allows lower voltages or cpu speed when enabled.
315 \item[Disk]
316 Allows slower disk operations when enabled.
317 \item[I2C]
318 Allows slower clocking of I2C device bus when enabled.
319 \item[Display]
320 Allows slower screen refresh rates when enabled.
321
322 \end{description}
323} %\opt{CONFIG_POWER_SAVING}
300 324
301\opt{usb_hid}{ 325\opt{usb_hid}{
302 \subsection{\label{ref:USB_HID}USB HID} 326 \subsection{\label{ref:USB_HID}USB HID}