summaryrefslogtreecommitdiff
path: root/manual/appendix/config_file_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/appendix/config_file_options.tex
parent15ddd7a7ec2aa92767234e37907904309943a27b (diff)
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/appendix/config_file_options.tex')
-rw-r--r--manual/appendix/config_file_options.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 61e374a4da..fe9342330f 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -90,7 +90,7 @@
cuesheet support
& on, off & N/A\\
%
- \opt{SWCODEC}{
+ \opt{swcodec}{
replaygain & on, off & N/A\\
replaygain type
& track, album, track shuffle
@@ -159,7 +159,7 @@
mdb shape & 50 to 300 & Hz\\
}%
- \opt{HAVE_LCD_BITMAP}{
+ \opt{lcd_bitmap}{
peak meter release
& 1 to 126 & ?\\
peak meter hold
@@ -185,12 +185,12 @@
invert & on, off & N/A\\
}%
- \opt{SWCODEC}{% This doesn't depend on SWCODEC but using a \nopt here
+ \opt{swcodec}{% This doesn't depend on swcodec but using a \nopt here
% causes ondiosp not to build for mysterious reasons.
backdrop & /path/filename.bmp & N/A\\
}%
- \opt{HAVE_LCD_COLOR}{
+ \opt{lcd_color}{
foreground color & 000000 to FFFFFF & RRGGBB\\
background color & 000000 to FFFFFF & RRGGBB\\
}
@@ -226,10 +226,10 @@
& on, off & N/A\\
}%
}
- \opt{CONFIG_RTC}{
+ \opt{rtc}{
time format & 12hour, 24hour & N/A\\
}%
- \opt{HAVE_RECORDING}{
+ \opt{recording}{
rec quality & 0 to 7 & 0: small size, 7: high quality\\
rec frequency
& 48, 44, 32, 24, 22, 16 & kHz\\
@@ -249,7 +249,7 @@
rec directory
& /recordings,current & N/A\\
}%
- \opt{CONFIG_TUNER}{
+ \opt{radio}{
force fm mono
& off, on & N/A\\
}%