diff options
author | Dave Chapman <dave@dchapman.com> | 2006-04-07 12:16:27 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-04-07 12:16:27 +0000 |
commit | 8204cd76a77d2ea06729661c04d439d3af5b75e4 (patch) | |
tree | d4a6f07b15d6f819148cce121640f73f945c24ec /firmware/export/config-ipodcolor.h | |
parent | 24bb9d4ceb33a8844e4bd8395617439ef8ab60e2 (diff) |
iPod: Enable dynamic CPU frequency changing on the 4G (both greyscale and colour) and the first generation mini
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9548 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r-- | firmware/export/config-ipodcolor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 9cbc058d8f..a48bde5f4b 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -93,7 +93,7 @@ #define CONFIG_LED LED_VIRTUAL /* Define this if you have adjustable CPU frequency */ -//#define HAVE_ADJUSTABLE_CPU_FREQ +#define HAVE_ADJUSTABLE_CPU_FREQ #define BOOTFILE_EXT "ipod" #define BOOTFILE "rockbox." BOOTFILE_EXT |