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