forked from len0rd/rockbox
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
This commit is contained in:
parent
b2aa2452e7
commit
8048b116cf
5 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue