summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaconnect.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaconnect.h')
-rw-r--r--firmware/export/config/sansaconnect.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/sansaconnect.h b/firmware/export/config/sansaconnect.h
index 5fc91a2794..874b198316 100644
--- a/firmware/export/config/sansaconnect.h
+++ b/firmware/export/config/sansaconnect.h
@@ -135,6 +135,12 @@
135/* Define this if you have a software controlled poweroff */ 135/* Define this if you have a software controlled poweroff */
136#define HAVE_SW_POWEROFF 136#define HAVE_SW_POWEROFF
137 137
138#ifndef BOOTLOADER
139#define HAVE_WIFI
140/* define this if the target has Marvell 88W8686 interfaced over SPI */
141#define HAVE_W8686_SPI
142#endif
143
138/* The number of bytes reserved for loadable codecs */ 144/* The number of bytes reserved for loadable codecs */
139#define CODEC_SIZE 0x100000 145#define CODEC_SIZE 0x100000
140 146