summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 01141f3866..c12f6ce4d2 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -28,6 +28,12 @@
28 28
29/* symbolic names for multiple choice configurations: */ 29/* symbolic names for multiple choice configurations: */
30 30
31/* CONFIG_STORAGE (note these are combineable bit-flags) */
32#define STORAGE_ATA 0x01
33#define STORAGE_MMC 0x02
34#define STORAGE_SD 0x04
35#define STORAGE_NAND 0x08
36
31/* CONFIG_TUNER (note these are combineable bit-flags) */ 37/* CONFIG_TUNER (note these are combineable bit-flags) */
32#define S1A0903X01 0x01 /* Samsung */ 38#define S1A0903X01 0x01 /* Samsung */
33#define TEA5767 0x02 /* Philips */ 39#define TEA5767 0x02 /* Philips */
@@ -180,8 +186,9 @@
180#define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */ 186#define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */
181/* else HW controlled LED (iRiver H1x0) */ 187/* else HW controlled LED (iRiver H1x0) */
182 188
183/* CONFIG_FLASH */ 189/* CONFIG_NAND */
184#define FLASH_IFP7XX 1 190#define NAND_IFP7XX 1
191#define NAND_TCC 2
185 192
186/* CONFIG_RTC */ 193/* CONFIG_RTC */
187#define RTC_M41ST84W 1 /* Archos Recorder */ 194#define RTC_M41ST84W 1 /* Archos Recorder */