diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-21 09:24:17 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-21 09:24:17 +0000 |
commit | eec48a8956ce56be02e67ea9097e4c171bece995 (patch) | |
tree | 3156fbb165dcd8eb992c5a22cc7f1bc9f166a45d /firmware/export/config-iaudiox5.h | |
parent | 49b29dd91e25e1db54b2105af5c84862ee8c1a80 (diff) |
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.h | 4 |
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 @@ #define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */ +#define HAVE_TLV320 + #ifndef SIMULATOR /* Define this if you have a Motorola SCF5250 */ @@ -68,8 +70,6 @@ /* Define this if you want to use coldfire's i2c interface */ #define CONFIG_I2C I2C_COLDFIRE -#define HAVE_TLV320 - /* Hardware controlled charging? FIXME */ #define CONFIG_CHARGING CHARGING_SIMPLE |