4 /* For various targets... */
11 /* For all targets with a bitmap display */
12 #ifdef HAVE_LCD_BITMAP
14 #if (CONFIG_KEYPAD != ONDIO_PAD) /* not enough buttons */ \
15 && (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \
16 && (LCD_PIXELFORMAT != HORIZONTAL_PACKING) /* TODO */ \
17 && (LCD_PIXELFORMAT != VERTICAL_INTERLEAVED) /* TODO */ \
18 && (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \
19 (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)) \
20 && (PLUGIN_BUFFER_SIZE >= 0x60000 /* it needs a lot of RAM */ || \
21 PLUGIN_BUFFER_SIZE <= 0x10000) /* but we can use overlays */
29 #if CONFIG_CODEC == SWCODEC && PLUGIN_BUFFER_SIZE > 0x20000
33 #if PLUGIN_BUFFER_SIZE > 0x20000 || PLUGIN_BUFFER_SIZE <= 0x10000 /* overlay */
43 /* setjmp/longjmp are not implemented on sh */
44 #if (CONFIG_CPU != SH7034)
48 #ifndef OLYMPUS_MROBE_500
49 #if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x10000 /* overlay */
54 #endif /* HAVE_LCD_BITMAP */
56 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
57 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
58 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
62 #if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
63 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2) && \
68 /* For all the swcodec targets */
69 #if CONFIG_CODEC == SWCODEC
71 #if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
76 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \
77 (CONFIG_KEYPAD == SANSA_FUZE_PAD) || \
78 (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
79 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
80 /* PDBox is confirmed to run on these player models. */
84 #if !defined(RB_PROFILE) && MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
88 #endif /* CONFIG_CODEC == SWCODEC */
90 /* Lua needs at least 160 KB to work in */
91 #if PLUGIN_BUFFER_SIZE >= 0x80000