forked from len0rd/rockbox
iAudio, iRiver: As both platforms use the same i2c interface i have renamed i2c-h100.c/h to i2c-coldfire.c/h. Also i have changed some stuff in config.h and config-xx.h. Hope everybody agrees with this patch, else we can unroll and improve it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7271 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6109a3b0be
commit
4894a06a15
8 changed files with 32 additions and 29 deletions
|
@ -79,8 +79,8 @@ drivers/fmradio_i2c.c
|
|||
tuner_philips.c
|
||||
#endif
|
||||
#endif
|
||||
#if CONFIG_I2C == I2C_H100
|
||||
drivers/i2c-h100.c
|
||||
#if CONFIG_I2C == I2C_COLDFIRE
|
||||
drivers/i2c-coldfire.c
|
||||
#else
|
||||
drivers/i2c.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue