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