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
30 #ifndef OLYMPUS_MROBE_500
35 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
36 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
37 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
41 /* For all the color targets */
42 #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
43 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
49 /* For all the swcodec targets */
50 #if CONFIG_CODEC == SWCODEC
53 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
54 /* PDBox is confirmed to run on these player models. */
58 #if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
64 /* Lua needs at least 160 KB to work in */
65 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
69 #endif /* IRIVER_IFP7XX_SERIES */