forked from len0rd/rockbox
get rid of the last mr500 yellow (again :p )
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
054c728c9c
commit
17f7adb90d
2 changed files with 6 additions and 3 deletions
|
|
@ -254,8 +254,10 @@ drivers/m5636.c
|
||||||
|
|
||||||
/* Other Random Hardware */
|
/* Other Random Hardware */
|
||||||
#ifdef HAVE_TSC2100
|
#ifdef HAVE_TSC2100
|
||||||
|
#if !defined(SIMULATOR)
|
||||||
drivers/tsc2100.c
|
drivers/tsc2100.c
|
||||||
drivers/audio/tsc2100.c
|
drivers/audio/tsc2100.c
|
||||||
|
#endif /* !SIMULATOR */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* CPU Specific - By class then particular chip if applicable */
|
/* CPU Specific - By class then particular chip if applicable */
|
||||||
|
|
|
||||||
|
|
@ -131,14 +131,15 @@
|
||||||
/* Hardware controlled charging with monitoring */
|
/* Hardware controlled charging with monitoring */
|
||||||
#define CONFIG_CHARGING CHARGING_MONITOR
|
#define CONFIG_CHARGING CHARGING_MONITOR
|
||||||
|
|
||||||
|
|
||||||
|
/* Define this if you have a Texas Instruments TSC2100 touch screen */
|
||||||
|
#define HAVE_TSC2100
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
|
|
||||||
/* Define this if you have a Motorola SCF5249 */
|
/* Define this if you have a Motorola SCF5249 */
|
||||||
#define CONFIG_CPU DM320
|
#define CONFIG_CPU DM320
|
||||||
|
|
||||||
/* Define this if you have a Texas Instruments TSC2100 touch screen */
|
|
||||||
#define HAVE_TSC2100
|
|
||||||
|
|
||||||
/* Define this if you want to use coldfire's i2c interface */
|
/* Define this if you want to use coldfire's i2c interface */
|
||||||
//#define CONFIG_I2C I2C_S3C2440
|
//#define CONFIG_I2C I2C_S3C2440
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue