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 0aaf895..367e8c1 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 44a5868..c8c14ac 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