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
24 #ifndef OLYMPUS_MROBE_500
29 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
30 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 80\
31 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
35 /* For all the color targets */
36 #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
37 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
43 /* For all the swcodec targets */
44 #if CONFIG_CODEC == SWCODEC
52 #endif /* IRIVER_IFP7XX_SERIES */