From 08636e1e6517a7d172c3ef3cc64a13676a576cdb Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Wed, 15 Jun 2005 11:53:20 +0000 Subject: Added define for the UDA1380 codec chip. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6721 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 2 ++ firmware/export/config-h300.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'firmware') 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 @@ #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 654d9c1e26..de54e7740f 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 -- cgit v1.2.3