summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-07-21 09:24:17 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-07-21 09:24:17 +0000
commiteec48a8956ce56be02e67ea9097e4c171bece995 (patch)
tree3156fbb165dcd8eb992c5a22cc7f1bc9f166a45d /firmware/export/config-iaudiox5.h
parent49b29dd91e25e1db54b2105af5c84862ee8c1a80 (diff)
downloadrockbox-eec48a8956ce56be02e67ea9097e4c171bece995.tar.gz
rockbox-eec48a8956ce56be02e67ea9097e4c171bece995.zip
iAudio X5: Fix sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10274 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-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