From 8048b116cfa571d20c50e9c9ee426840b54cd679 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sat, 19 Sep 2009 09:37:14 +0000 Subject: Remove dead or useless defines: HAVE_ONDIO_IC was replaced by CONFIG_I2C but just added not replaced for the OndioFM in errr... r5675. The creativezv* and the m200v4 config files defined CONFIG_I2C twice. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22736 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-creativezv.h | 2 -- firmware/export/config-creativezvm.h | 2 -- firmware/export/config-creativezvm60gb.h | 2 -- firmware/export/config-m200v4.h | 2 -- firmware/export/config-ondiofm.h | 3 --- 5 files changed, 11 deletions(-) diff --git a/firmware/export/config-creativezv.h b/firmware/export/config-creativezv.h index 7a0c814ffc..48a9653ee9 100644 --- a/firmware/export/config-creativezv.h +++ b/firmware/export/config-creativezv.h @@ -76,8 +76,6 @@ #define HAVE_HEADPHONE_DETECTION //#define HAVE_TOUCHPAD -#define CONFIG_I2C I2C_DM320 - /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h index d2cda08723..752ec4eb22 100644 --- a/firmware/export/config-creativezvm.h +++ b/firmware/export/config-creativezvm.h @@ -77,8 +77,6 @@ #define HAVE_HEADPHONE_DETECTION //#define HAVE_TOUCHPAD -#define CONFIG_I2C I2C_DM320 - /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC diff --git a/firmware/export/config-creativezvm60gb.h b/firmware/export/config-creativezvm60gb.h index e81c9208f9..6d6228304b 100644 --- a/firmware/export/config-creativezvm60gb.h +++ b/firmware/export/config-creativezvm60gb.h @@ -76,8 +76,6 @@ #define HAVE_HEADPHONE_DETECTION //#define HAVE_TOUCHPAD -#define CONFIG_I2C I2C_DM320 - /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index 6e42fa2fe0..21038349fd 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -108,8 +108,6 @@ /* Define how much SD sectors are reserved for OF */ #define AMS_OF_SIZE 0x5000 -#define CONFIG_I2C I2C_AS3525 - #define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index 46011e650e..7a2b30dbf1 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -109,9 +109,6 @@ /* Define this if the display is mounted upside down */ #define HAVE_DISPLAY_FLIPPED -/* Define this for different I2C pinout */ -#define HAVE_ONDIO_I2C - /* Define this for different ADC channel assignment */ #define HAVE_ONDIO_ADC -- cgit v1.2.3