diff options
| author | Thom Johansen <thomj@rockbox.org> | 2005-06-15 11:53:20 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2005-06-15 11:53:20 +0000 |
| commit | 08636e1e6517a7d172c3ef3cc64a13676a576cdb (patch) | |
| tree | ed987daa5a0f61a2cfaeca331eea0c046f03e8f6 | |
| parent | a7de2e28d348418baa79dfc90e3fd6725ccaf88b (diff) | |
| download | rockbox-08636e1e6517a7d172c3ef3cc64a13676a576cdb.zip rockbox-08636e1e6517a7d172c3ef3cc64a13676a576cdb.tar.gz rockbox-08636e1e6517a7d172c3ef3cc64a13676a576cdb.tar.bz2 rockbox-08636e1e6517a7d172c3ef3cc64a13676a576cdb.tar.xz | |
Added define for the UDA1380 codec chip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6721 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-h100.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h300.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index ceef86e..2dea66b 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -29,6 +29,8 @@ #define CONFIG_I2C I2C_H100 +#define HAVE_UDA1380 + /* Type of mobile power */ #define CONFIG_BATTERY BATT_LIPOL1300 diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 654d9c1..de54e77 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -29,6 +29,8 @@ #define CONFIG_I2C I2C_H100 +#define HAVE_UDA1380 + /* Type of mobile power */ #define CONFIG_BATTERY BATT_LIPOL1300 |