summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 6eb57b219c..3e36e0c7ea 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -66,10 +66,9 @@
66/* The number of bytes reserved for loadable plugins */ 66/* The number of bytes reserved for loadable plugins */
67#define PLUGIN_BUFFER_SIZE 0x80000 67#define PLUGIN_BUFFER_SIZE 0x80000
68 68
69/* Define this if you have the WM8975 audio codec */ 69/* Define this if you have the WM8978 audio codec */
70#define HAVE_WM8978 70#define HAVE_WM8978
71 71
72
73#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ 72#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \
74 SAMPR_CAP_11) 73 SAMPR_CAP_11)
75 74
@@ -85,8 +84,9 @@
85/* Define this if you want to use coldfire's i2c interface */ 84/* Define this if you want to use coldfire's i2c interface */
86#define CONFIG_I2C I2C_IMX31L 85#define CONFIG_I2C I2C_IMX31L
87 86
88/* Define the bitmask of serial interface modules (CSPI) used */ 87/* Define the bitmask of modules used */
89#define SPI_MODULE_MASK (USE_CSPI2_MODULE) 88#define SPI_MODULE_MASK (USE_CSPI2_MODULE)
89#define I2C_MODULE_MASK (USE_I2C1_MODULE)
90 90
91/* Define this if target has an additional number of threads specific to it */ 91/* Define this if target has an additional number of threads specific to it */
92#define TARGET_EXTRA_THREADS 1 92#define TARGET_EXTRA_THREADS 1