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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1463656d03..bd817dcb2f 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -28,11 +28,11 @@
28#define S1A0903X01 0x01 /* Samsung */ 28#define S1A0903X01 0x01 /* Samsung */
29#define TEA5767 0x02 /* Philips */ 29#define TEA5767 0x02 /* Philips */
30 30
31/* CONFIG_HWCODEC */ 31/* CONFIG_CODEC */
32#define MAS3587F 3587 32#define MAS3587F 3587
33#define MAS3507D 3507 33#define MAS3507D 3507
34#define MAS3539F 3539 34#define MAS3539F 3539
35#define MASNONE 1 /* if codec is done by SW */ 35#define SWCODEC 1 /* if codec is done by SW */
36 36
37/* CONFIG_CPU */ 37/* CONFIG_CPU */
38#define SH7034 7034 38#define SH7034 7034