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 61f8d61b41..c1f6ecc28b 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -761,6 +761,11 @@ Lyre prototype 1 */
761#undef HAVE_ADJUSTABLE_CPU_FREQ 761#undef HAVE_ADJUSTABLE_CPU_FREQ
762#endif 762#endif
763 763
764#if defined(__PCTOOL__) && defined(HAVE_ADJUSTABLE_CPU_FREQ)
765/* PCTOOLs don't use CPU frequency adjustment */
766#undef HAVE_ADJUSTABLE_CPU_FREQ
767#endif
768
764/* Enable the directory cache and tagcache in RAM if we have 769/* Enable the directory cache and tagcache in RAM if we have
765 * plenty of RAM. Both features can be enabled independently. */ 770 * plenty of RAM. Both features can be enabled independently. */
766#if (MEMORYSIZE >= 8) && !defined(BOOTLOADER) && !defined(__PCTOOL__) \ 771#if (MEMORYSIZE >= 8) && !defined(BOOTLOADER) && !defined(__PCTOOL__) \