summaryrefslogtreecommitdiff
path: root/firmware/export/config-ifp7xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ifp7xx.h')
-rw-r--r--firmware/export/config-ifp7xx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 6e6f9f4097..6a26a93da2 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -31,7 +31,9 @@
31 31
32#define CONFIG_KEYPAD IRIVER_IFP7XX_PAD 32#define CONFIG_KEYPAD IRIVER_IFP7XX_PAD
33 33
34#define CONFIG_FLASH FLASH_IFP7XX 34#define CONFIG_STORAGE STORAGE_NAND
35
36#define CONFIG_NAND NAND_IFP7XX
35 37
36#define HAVE_FAT16SUPPORT 38#define HAVE_FAT16SUPPORT
37 39
@@ -50,8 +52,6 @@
50/* Define this if you have the WM8975 audio codec */ 52/* Define this if you have the WM8975 audio codec */
51/* #define HAVE_WM8975 */ 53/* #define HAVE_WM8975 */
52 54
53#define HAVE_FLASH_DISK
54
55/* Virtual LED (icon) */ 55/* Virtual LED (icon) */
56#define CONFIG_LED LED_VIRTUAL 56#define CONFIG_LED LED_VIRTUAL
57 57