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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 8519628d47..aaaac686b1 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -222,6 +222,10 @@
222#define CONFIG_TUNER 0 222#define CONFIG_TUNER 0
223#endif 223#endif
224 224
225#ifndef CONFIG_USBOTG
226#define CONFIG_USBOTG 0
227#endif
228
225/* Enable the directory cache and tagcache in RAM if we have 229/* Enable the directory cache and tagcache in RAM if we have
226 * plenty of RAM. Both features can be enabled independently. */ 230 * plenty of RAM. Both features can be enabled independently. */
227#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 231#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \