summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-03-01 14:35:10 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-03-01 14:35:10 +0000
commitd94f32883854c070780c837068500e2ec5f408ff (patch)
tree22fd6af387358d4a062c2f972f10e757dd94a23f /firmware/export/config-h100.h
parent76620fbe5bf44063e1e18c2913b3a5a805db3ccd (diff)
downloadrockbox-d94f32883854c070780c837068500e2ec5f408ff.tar.gz
rockbox-d94f32883854c070780c837068500e2ec5f408ff.zip
Adjustable CPU frequency for iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6093 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 0083842770..9c7ba6c1d3 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -53,4 +53,7 @@
53/* Define this if you have a software controlled poweroff */ 53/* Define this if you have a software controlled poweroff */
54#define HAVE_SW_POWEROFF 54#define HAVE_SW_POWEROFF
55 55
56/* Define this if you have adjustable CPU frequency */
57#define HAVE_ADJUSTABLE_CPU_FREQ
58
56#endif 59#endif