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 #ifndef OLYMPUS_MROBE_500
27 /* For all the colour targets, iriver H1x0 and iAudio M5 */
28 #if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\
29 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
33 /* For all the color targets */
34 #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
35 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
41 /* For all the swcodec targets */
42 #if CONFIG_CODEC == SWCODEC
50 #endif /* IRIVER_IFP7XX_SERIES */