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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 8726a8d6f4..d8674c40f2 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -380,6 +380,9 @@ Lyre prototype 1 */
380#define IMX233_FREESCALE (1 << 0) /* Freescale I.MX233 nonstandard two-level MBR */ 380#define IMX233_FREESCALE (1 << 0) /* Freescale I.MX233 nonstandard two-level MBR */
381#define IMX233_CREATIVE (1 << 1) /* Creative MBLK windowing */ 381#define IMX233_CREATIVE (1 << 1) /* Creative MBLK windowing */
382 382
383/* CONFIG_BUFLIB_BACKEND */
384#define BUFLIB_BACKEND_MEMPOOL 0 /* Default memory pool backed buflib */
385
383/* now go and pick yours */ 386/* now go and pick yours */
384#if defined(IRIVER_H100) 387#if defined(IRIVER_H100)
385#include "config/iriverh100.h" 388#include "config/iriverh100.h"
@@ -606,6 +609,10 @@ Lyre prototype 1 */
606#undef CONFIG_STORAGE 609#undef CONFIG_STORAGE
607#endif 610#endif
608 611
612#ifndef CONFIG_BUFLIB_BACKEND
613# define CONFIG_BUFLIB_BACKEND BUFLIB_BACKEND_MEMPOOL
614#endif
615
609#ifdef APPLICATION 616#ifdef APPLICATION
610#define CONFIG_CPU 0 617#define CONFIG_CPU 0
611#endif 618#endif