summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 5f89a9667d..857404b3db 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -93,6 +93,9 @@
93/* Define this if you do software codec */ 93/* Define this if you do software codec */
94#define CONFIG_CODEC SWCODEC 94#define CONFIG_CODEC SWCODEC
95 95
96/* There is no hardware tone control */
97#define HAVE_SW_TONE_CONTROLS
98
96/* define this if you have a real-time clock */ 99/* define this if you have a real-time clock */
97#define CONFIG_RTC RTC_RX5X348AB 100#define CONFIG_RTC RTC_RX5X348AB
98 101
@@ -120,12 +123,6 @@
120/* The number of bytes reserved for loadable plugins */ 123/* The number of bytes reserved for loadable plugins */
121#define PLUGIN_BUFFER_SIZE 0x100000 124#define PLUGIN_BUFFER_SIZE 0x100000
122 125
123/* Define this if you have the WM8975 audio codec */
124//#define HAVE_WM8751
125
126/* Define this if you want to use the adaptive bass capibility of the 8751 */
127/* #define USE_ADAPTIVE_BASS */
128
129#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ 126#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \
130 SAMPR_CAP_11) 127 SAMPR_CAP_11)
131 128