forked from len0rd/rockbox
S5L8700: implement i2c driver (used for communicating with the RTC and the codec in the meizus)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21533 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
660daa51d4
commit
c33373e163
3 changed files with 170 additions and 0 deletions
|
@ -358,6 +358,8 @@ target/arm/pnx0101/i2c-pnx0101.c
|
|||
target/arm/i2c-telechips.c
|
||||
#elif CONFIG_I2C == I2C_S3C2440
|
||||
/* no i2c driver yet */
|
||||
#elif CONFIG_I2C == I2C_S5L8700
|
||||
target/arm/s5l8700/i2c-s5l8700.c
|
||||
#endif
|
||||
|
||||
#if CONFIG_CPU == PNX0101
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue