summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-04-28 02:19:23 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-04-28 02:19:23 +0000
commit17f7adb90d232e6dece891790405d1b99b5b8215 (patch)
tree656d1a0fcbba163e8d6f3709f31f1790feb29a19
parent054c728c9ce72bd546232b2c544316b21ac6f799 (diff)
downloadrockbox-17f7adb90d232e6dece891790405d1b99b5b8215.tar.gz
rockbox-17f7adb90d232e6dece891790405d1b99b5b8215.zip
get rid of the last mr500 yellow (again :p )
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17273 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/SOURCES2
-rw-r--r--firmware/export/config-mrobe500.h7
2 files changed, 6 insertions, 3 deletions
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
254 254
255/* Other Random Hardware */ 255/* Other Random Hardware */
256#ifdef HAVE_TSC2100 256#ifdef HAVE_TSC2100
257#if !defined(SIMULATOR)
257drivers/tsc2100.c 258drivers/tsc2100.c
258drivers/audio/tsc2100.c 259drivers/audio/tsc2100.c
260#endif /* !SIMULATOR */
259#endif 261#endif
260 262
261/* CPU Specific - By class then particular chip if applicable */ 263/* 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 @@
131/* Hardware controlled charging with monitoring */ 131/* Hardware controlled charging with monitoring */
132#define CONFIG_CHARGING CHARGING_MONITOR 132#define CONFIG_CHARGING CHARGING_MONITOR
133 133
134
135/* Define this if you have a Texas Instruments TSC2100 touch screen */
136#define HAVE_TSC2100
137
134#ifndef SIMULATOR 138#ifndef SIMULATOR
135 139
136/* Define this if you have a Motorola SCF5249 */ 140/* Define this if you have a Motorola SCF5249 */
137#define CONFIG_CPU DM320 141#define CONFIG_CPU DM320
138 142
139/* Define this if you have a Texas Instruments TSC2100 touch screen */
140#define HAVE_TSC2100
141
142/* Define this if you want to use coldfire's i2c interface */ 143/* Define this if you want to use coldfire's i2c interface */
143//#define CONFIG_I2C I2C_S3C2440 144//#define CONFIG_I2C I2C_S3C2440
144 145