summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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 a47eee1b6a..7b14f1f2e0 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -252,6 +252,11 @@
252#define CONFIG_TUNER_MULTI 252#define CONFIG_TUNER_MULTI
253#endif 253#endif
254 254
255#if defined(BOOTLOADER) && defined(HAVE_ADJUSTABLE_CPU_FREQ)
256/* Bootloaders don't use CPU frequency adjustment */
257#undef HAVE_ADJUSTABLE_CPU_FREQ
258#endif
259
255/* Enable the directory cache and tagcache in RAM if we have 260/* Enable the directory cache and tagcache in RAM if we have
256 * plenty of RAM. Both features can be enabled independently. */ 261 * plenty of RAM. Both features can be enabled independently. */
257#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 262#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \