summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r--firmware/export/config/sansaclipv2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index cf3f90e363..81a0d4703f 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -200,6 +200,11 @@
200/*define this to enable CPU voltage scaling on AMS devices*/ 200/*define this to enable CPU voltage scaling on AMS devices*/
201#define HAVE_ADJUSTABLE_CPU_VOLTAGE 201#define HAVE_ADJUSTABLE_CPU_VOLTAGE
202 202
203#ifndef BOOTLOADER
204/*define this with flags for power saving options device supports*/
205#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK)
206#endif
207
203#define BOOTFILE_EXT "sansa" 208#define BOOTFILE_EXT "sansa"
204#define BOOTFILE "rockbox." BOOTFILE_EXT 209#define BOOTFILE "rockbox." BOOTFILE_EXT
205#define BOOTDIR "/.rockbox" 210#define BOOTDIR "/.rockbox"