1
0
Fork 0
forked from len0rd/rockbox

set I2C type properly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12363 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2007-02-17 22:55:33 +00:00
parent 7bcfc1ddfe
commit fa2d49a5b9
3 changed files with 6 additions and 0 deletions

View file

@ -52,6 +52,8 @@
/* Define this for LCD backlight available */
#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
#define CONFIG_I2C I2C_PLAYREC
#define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */
#ifndef SIMULATOR

View file

@ -59,6 +59,8 @@
and then set it to input to see if it stays low or goes high */
#define HAVE_I2C_LOW_FIRST
#define CONFIG_I2C I2C_PLAYREC
/* Define this if you control power on PADR (instead of PBDR) */
#define HAVE_POWEROFF_ON_PADR

View file

@ -46,6 +46,8 @@
/* Define this for LCD backlight available */
#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
#define CONFIG_I2C I2C_PLAYREC
#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
#ifndef SIMULATOR