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.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1574d40040..914ac1ee9d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -29,10 +29,11 @@
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) */ 31/* CONFIG_STORAGE (note these are combineable bit-flags) */
32#define STORAGE_ATA 0x01 32#define STORAGE_ATA 0x01
33#define STORAGE_MMC 0x02 33#define STORAGE_MMC 0x02
34#define STORAGE_SD 0x04 34#define STORAGE_SD 0x04
35#define STORAGE_NAND 0x08 35#define STORAGE_NAND 0x08
36#define STORAGE_RAMDISK 0x10
36 37
37/* CONFIG_TUNER (note these are combineable bit-flags) */ 38/* CONFIG_TUNER (note these are combineable bit-flags) */
38#define S1A0903X01 0x01 /* Samsung */ 39#define S1A0903X01 0x01 /* Samsung */