summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/system_options.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-03-23 22:07:09 +0000
committerNils Wallménius <nils@rockbox.org>2008-03-23 22:07:09 +0000
commit12eb058bb065e9cb85949ec3a66c453ac5e1b883 (patch)
treeefabb6d12d1b28d5b8f1fea2b1e5159f7bd27455 /manual/configure_rockbox/system_options.tex
parent15ddd7a7ec2aa92767234e37907904309943a27b (diff)
downloadrockbox-12eb058bb065e9cb85949ec3a66c453ac5e1b883.tar.gz
rockbox-12eb058bb065e9cb85949ec3a66c453ac5e1b883.zip
Make more use of the 'features' system in the manuals (committed in r16304), less stuff to keep in sync manually but keep in mind that changes in config-*.h can now affect the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16765 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/configure_rockbox/system_options.tex')
-rw-r--r--manual/configure_rockbox/system_options.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 4a75f22fe1..5b7dc8e1f3 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -42,7 +42,7 @@
42 is currently used in the \dap{}. The two supported battery types are 42 is currently used in the \dap{}. The two supported battery types are
43 ``Alkaline'' or ``NiMH''.} 43 ``Alkaline'' or ``NiMH''.}
44 44
45 \opt{HAVE_USB_CHARGING}{ 45 \opt{usb_charging}{
46%TODO: check where it is working correctly (except H300) and append the option to the respective platform file 46%TODO: check where it is working correctly (except H300) and append the option to the respective platform file
47 \item [Charge During USB Connection: ]This option lets you control whether 47 \item [Charge During USB Connection: ]This option lets you control whether
48 the \dap{} should charge during the USB connection and hence draw the 48 the \dap{} should charge during the USB connection and hence draw the
@@ -52,7 +52,7 @@
52 52
53 \end{description} 53 \end{description}
54} 54}
55\opt{HAVE_DIRCACHE,HAVE_DISK_STORAGE}{ 55\opt{dircache,HAVE_DISK_STORAGE}{
56\subsection{Disk} 56\subsection{Disk}
57 Options relating to the hard disk. 57 Options relating to the hard disk.
58 58
@@ -67,7 +67,7 @@
67 afterwards. 67 afterwards.
68 } 68 }
69 69
70 \opt{HAVE_DIRCACHE}{ 70 \opt{dircache}{
71 \item [Directory Cache: ]Rockbox has the ability to cache the contents of 71 \item [Directory Cache: ]Rockbox has the ability to cache the contents of
72 your drive in RAM. The \setting{Directory Cache} takes a small amount of 72 your drive in RAM. The \setting{Directory Cache} takes a small amount of
73 memory away from Rockbox that would otherwise be used to buffer music, 73 memory away from Rockbox that would otherwise be used to buffer music,
@@ -82,9 +82,9 @@
82 background.} 82 background.}
83 } 83 }
84 \end{description} 84 \end{description}
85} % \opt{HAVE_DIRCACHE,HAVE_DISK_STORAGE} 85} % \opt{dircache,HAVE_DISK_STORAGE}
86 86
87\opt{CONFIG_RTC}{ 87\opt{rtc}{
88 \subsection{Time and Date} 88 \subsection{Time and Date}
89 Time related menu options. 89 Time related menu options.
90 \begin{description} 90 \begin{description}
@@ -101,7 +101,7 @@ recording. Settings are either \setting{Off} or \setting{1} to \setting{10}
101minutes in 1 minute steps. Then \setting{15,30,45} and \setting{60} minutes are 101minutes in 1 minute steps. Then \setting{15,30,45} and \setting{60} minutes are
102available. 102available.
103 103
104\opt{HAVE_RTC_ALARM}{ 104\opt{alarm}{
105\subsection{Wake-Up Alarm} 105\subsection{Wake-Up Alarm}
106% TODO this isn't quite right for all targets, I think 106% TODO this isn't quite right for all targets, I think
107 This option turns the \dap{} off and then starts it up again at the 107 This option turns the \dap{} off and then starts it up again at the
@@ -113,7 +113,7 @@ available.
113 again before the alarm occurs, the alarm will be cancelled. Using this 113 again before the alarm occurs, the alarm will be cancelled. Using this
114 option disables the \setting{Sleep Timer}. 114 option disables the \setting{Sleep Timer}.
115 115
116 \opt{HAVE_RECORDING,CONFIG_TUNER}{ 116 \opt{recording,radio}{
117 \subsection{Alarm Wake up Screen} 117 \subsection{Alarm Wake up Screen}
118 This option controls what the \dap{} does when it is woken up by the alarm. 118 This option controls what the \dap{} does when it is woken up by the alarm.
119 } 119 }