forked from len0rd/rockbox
Unify I2C driver for all PortalPlayer targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12126 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
369b6bd367
commit
e9a2caee2b
3 changed files with 13 additions and 162 deletions
|
@ -254,10 +254,8 @@ common/strlen.c
|
|||
#ifndef SIMULATOR
|
||||
target/arm/memset-arm.S
|
||||
target/arm/memset16-arm.S
|
||||
#if CONFIG_I2C == I2C_PP5020
|
||||
target/arm/i2c-pp5020.c
|
||||
#elif CONFIG_I2C == I2C_PP5002
|
||||
target/arm/i2c-pp5002.c
|
||||
#if CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
|
||||
target/arm/i2c-pp.c
|
||||
#elif CONFIG_I2C == I2C_PNX0101
|
||||
drivers/i2c-pnx0101.c
|
||||
#elif CONFIG_I2C == I2C_S3C2440
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue