summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index e33b985509..6bd94a2f95 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -52,7 +52,8 @@
52/* Define this if you have a Motorola SCF5249 */ 52/* Define this if you have a Motorola SCF5249 */
53#define CONFIG_CPU MCF5249 53#define CONFIG_CPU MCF5249
54 54
55#define CONFIG_I2C I2C_H100 55/* Define this if you want to use coldfire's i2c interface */
56#define CONFIG_I2C I2C_COLDFIRE
56 57
57#define HAVE_UDA1380 58#define HAVE_UDA1380
58 59