1 #ifndef 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
26 /* For all 2bpp and colour targets */
31 /* For all the colour targets, iriver H1x0 and iAudio M5 */
32 #if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\
33 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
37 /* For all the color targets */
38 #if defined(HAVE_LCD_COLOR) || \
39 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
43 /* For all the swcodec targets */
44 #if CONFIG_CODEC == SWCODEC
50 #endif /* IRIVER_IFP7XX_SERIES */