1 #if !defined(IRIVER_IFP7XX_SERIES) && !defined(GIGABEAT_S)
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 /* For all 2bpp and colour targets */
25 #if (LCD_DEPTH >= 2) && !defined(OLYMPUS_MROBE_500)
29 /* For all the colour targets, iriver H1x0 and iAudio M5 */
30 #if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\
31 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
35 /* For all the color targets */
36 #if defined(HAVE_LCD_COLOR) || \
37 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
41 /* For all the swcodec targets */
42 #if CONFIG_CODEC == SWCODEC
48 #endif /* IRIVER_IFP7XX_SERIES */