From 17f7adb90d232e6dece891790405d1b99b5b8215 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 28 Apr 2008 02:19:23 +0000 Subject: get rid of the last mr500 yellow (again :p ) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17273 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 2 ++ firmware/export/config-mrobe500.h | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'firmware') diff --git a/firmware/SOURCES b/firmware/SOURCES index 0aaf895293..367e8c146b 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -254,8 +254,10 @@ drivers/m5636.c /* Other Random Hardware */ #ifdef HAVE_TSC2100 +#if !defined(SIMULATOR) drivers/tsc2100.c drivers/audio/tsc2100.c +#endif /* !SIMULATOR */ #endif /* CPU Specific - By class then particular chip if applicable */ diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 44a5868b73..c8c14acfb0 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -131,14 +131,15 @@ /* Hardware controlled charging with monitoring */ #define CONFIG_CHARGING CHARGING_MONITOR + +/* Define this if you have a Texas Instruments TSC2100 touch screen */ +#define HAVE_TSC2100 + #ifndef SIMULATOR /* Define this if you have a Motorola SCF5249 */ #define CONFIG_CPU DM320 -/* Define this if you have a Texas Instruments TSC2100 touch screen */ -#define HAVE_TSC2100 - /* Define this if you want to use coldfire's i2c interface */ //#define CONFIG_I2C I2C_S3C2440 -- cgit v1.2.3