summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-10-10 17:54:33 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2012-10-10 17:54:33 +0200
commite3e53c965a39b5b3108ffa46369d233d6a2f1ff6 (patch)
tree45813ea4b31821be345c368b14b1a32e6b290b67 /firmware/export/config/sansafuzeplus.h
parent097352a3ecf608f0934e1628c6b3cb783cf65b6c (diff)
downloadrockbox-e3e53c965a39b5b3108ffa46369d233d6a2f1ff6.tar.gz
rockbox-e3e53c965a39b5b3108ffa46369d233d6a2f1ff6.zip
imx233/fuze+: add status led(icon) support to sd/mmc storage layer
Change-Id: I9c0e1ecd04d1935825606e906e6a434a3afb2175
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 1364d75637..7c40600fc8 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -192,6 +192,9 @@
192/* Define this if you have adjustable CPU frequency */ 192/* Define this if you have adjustable CPU frequency */
193//#define HAVE_ADJUSTABLE_CPU_FREQ 193//#define HAVE_ADJUSTABLE_CPU_FREQ
194 194
195/* Virtual LED (icon) */
196#define CONFIG_LED LED_VIRTUAL
197
195#define BOOTFILE_EXT "sansa" 198#define BOOTFILE_EXT "sansa"
196#define BOOTFILE "rockbox." BOOTFILE_EXT 199#define BOOTFILE "rockbox." BOOTFILE_EXT
197#define BOOTDIR "/.rockbox" 200#define BOOTDIR "/.rockbox"