summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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