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:
parent
7bcfc1ddfe
commit
fa2d49a5b9
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue