summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-06-15 11:53:20 +0000
committerThom Johansen <thomj@rockbox.org>2005-06-15 11:53:20 +0000
commit08636e1e6517a7d172c3ef3cc64a13676a576cdb (patch)
treeed987daa5a0f61a2cfaeca331eea0c046f03e8f6 /firmware/export/config-h100.h
parenta7de2e28d348418baa79dfc90e3fd6725ccaf88b (diff)
downloadrockbox-08636e1e6517a7d172c3ef3cc64a13676a576cdb.tar.gz
rockbox-08636e1e6517a7d172c3ef3cc64a13676a576cdb.zip
Added define for the UDA1380 codec chip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6721 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index ceef86e25f..2dea66beca 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -29,6 +29,8 @@
29 29
30#define CONFIG_I2C I2C_H100 30#define CONFIG_I2C I2C_H100
31 31
32#define HAVE_UDA1380
33
32/* Type of mobile power */ 34/* Type of mobile power */
33#define CONFIG_BATTERY BATT_LIPOL1300 35#define CONFIG_BATTERY BATT_LIPOL1300
34 36