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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 72b1cb76a8..c893061d0d 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -69,9 +69,14 @@
69/* The number of bytes reserved for loadable plugins */ 69/* The number of bytes reserved for loadable plugins */
70#define PLUGIN_BUFFER_SIZE 0x80000 70#define PLUGIN_BUFFER_SIZE 0x80000
71 71
72/* Define this if you have a SI4700 fm radio tuner */
73#define CONFIG_TUNER SI4700
74
72/* Define this if you have the WM8978 audio codec */ 75/* Define this if you have the WM8978 audio codec */
73#define HAVE_WM8978 76#define HAVE_WM8978
74 77
78#define INPUT_SRC_CAPS SRC_CAP_FMRADIO
79
75#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \ 80#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
76 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \ 81 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \
77 SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8) 82 SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8)
@@ -114,7 +119,7 @@
114 119
115/* Define the bitmask of modules used */ 120/* Define the bitmask of modules used */
116#define SPI_MODULE_MASK (USE_CSPI2_MODULE) 121#define SPI_MODULE_MASK (USE_CSPI2_MODULE)
117#define I2C_MODULE_MASK (USE_I2C1_MODULE) 122#define I2C_MODULE_MASK (USE_I2C1_MODULE | USE_I2C2_MODULE)
118#define GPIO_EVENT_MASK (USE_GPIO1_EVENTS) 123#define GPIO_EVENT_MASK (USE_GPIO1_EVENTS)
119 124
120/* Define this if target has an additional number of threads specific to it */ 125/* Define this if target has an additional number of threads specific to it */