4 /* For various targets... */
10 #if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
11 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5) /* FIXME */
15 /* For all targets with a bitmap display */
16 #ifdef HAVE_LCD_BITMAP
22 #if (CONFIG_CODEC == SWCODEC)
33 /* setjmp/longjmp are not implemented on sh */
34 #if (CONFIG_CPU != SH7034)
38 #ifndef OLYMPUS_MROBE_500
42 #endif /* HAVE_LCD_BITMAP */
44 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
45 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
46 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
50 #if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
51 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2) && \
56 /* For all the swcodec targets */
57 #if CONFIG_CODEC == SWCODEC
62 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
63 /* PDBox is confirmed to run on these player models. */
67 #if !defined(RB_PROFILE) && MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
71 #endif /* CONFIG_CODEC == SWCODEC */
73 /* Lua needs at least 160 KB to work in */
74 #if (PLUGIN_BUFFER_SIZE >= 0x80000)