1 #if !defined(IRIVER_IFP7XX_SERIES)
6 /* For various targets... */
12 #if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
13 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
17 /* For all targets with a bitmap display */
18 #ifdef HAVE_LCD_BITMAP
22 #if (CONFIG_CODEC == SWCODEC)
31 /* setjmp/longjmp are not implemented on sh */
32 #if (CONFIG_CPU != SH7034)
35 #ifndef OLYMPUS_MROBE_500
40 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
41 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
42 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
46 /* For all the color targets */
47 #if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
48 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2)
54 /* For all the swcodec targets */
55 #if CONFIG_CODEC == SWCODEC
58 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
59 /* PDBox is confirmed to run on these player models. */
63 #if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
69 /* Lua needs at least 160 KB to work in */
70 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
74 #endif /* IRIVER_IFP7XX_SERIES */