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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 0ad4fabbe1..dd4eaf4488 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -253,6 +253,11 @@
253#endif 253#endif
254#endif 254#endif
255 255
256/* Add one HAVE_ define for all mas35xx targets */
257#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3507D) || (CONFIG_CODEC == MAS3539F)
258#define HAVE_MAS35XX
259#endif
260
256#if CONFIG_CODEC == SWCODEC && !defined(BOOTLOADER) 261#if CONFIG_CODEC == SWCODEC && !defined(BOOTLOADER)
257#define HAVE_EXTENDED_MESSAGING_AND_NAME 262#define HAVE_EXTENDED_MESSAGING_AND_NAME
258#endif 263#endif