summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-iaudiox5.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index cd77dc3c48..a04967c455 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -60,6 +60,8 @@
60 60
61#define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */ 61#define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */
62 62
63#define HAVE_TLV320
64
63#ifndef SIMULATOR 65#ifndef SIMULATOR
64 66
65/* Define this if you have a Motorola SCF5250 */ 67/* Define this if you have a Motorola SCF5250 */
@@ -68,8 +70,6 @@
68/* Define this if you want to use coldfire's i2c interface */ 70/* Define this if you want to use coldfire's i2c interface */
69#define CONFIG_I2C I2C_COLDFIRE 71#define CONFIG_I2C I2C_COLDFIRE
70 72
71#define HAVE_TLV320
72
73/* Hardware controlled charging? FIXME */ 73/* Hardware controlled charging? FIXME */
74#define CONFIG_CHARGING CHARGING_SIMPLE 74#define CONFIG_CHARGING CHARGING_SIMPLE
75 75