summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuze.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuze.h')
-rw-r--r--firmware/export/config/sansafuze.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index fae3463d75..dedf8c44da 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -219,6 +219,14 @@
219/* Define this if you have adjustable CPU frequency */ 219/* Define this if you have adjustable CPU frequency */
220#define HAVE_ADJUSTABLE_CPU_FREQ 220#define HAVE_ADJUSTABLE_CPU_FREQ
221 221
222/*define this to enable CPU voltage scaling on AMS devices*/
223#define HAVE_ADJUSTABLE_CPU_VOLTAGE
224
225#ifndef BOOTLOADER
226/*define this with flags for power saving options device supports*/
227#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK)
228#endif
229
222#define BOOTFILE_EXT "sansa" 230#define BOOTFILE_EXT "sansa"
223#define BOOTFILE "rockbox." BOOTFILE_EXT 231#define BOOTFILE "rockbox." BOOTFILE_EXT
224#define BOOTDIR "/.rockbox" 232#define BOOTDIR "/.rockbox"