diff options
author | Mihail Zenkov <mihail.zenkov@gmail.com> | 2016-04-07 02:35:58 +0000 |
---|---|---|
committer | Mihail Zenkov <mihail.zenkov@gmail.com> | 2016-04-07 02:35:58 +0000 |
commit | e4e0b18daafd7f732b0b14be4e099619937ca589 (patch) | |
tree | 9729ed6a70210d6cf1d7760d197ff7480f726d69 /firmware/export/config/sansafuze.h | |
parent | 98c15fe85d2e3466d2d345e0f4c8b2a51731be2e (diff) |
AMS: power off while charging enabled
Change-Id: Icddf1ea0a03f0426e0cf9b99f05ea065f532fed5
Diffstat (limited to 'firmware/export/config/sansafuze.h')
-rw-r--r-- | firmware/export/config/sansafuze.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index f15d424c1b..80c4e441fc 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -171,6 +171,9 @@ /* Define this if you want to use the AS2525 i2c interface */ #define CONFIG_I2C I2C_AS3525 +/* define this if the hardware can be powered off while charging */ +#define HAVE_POWEROFF_WHILE_CHARGING + /* define current usage levels (based on battery bench) */ #define CURRENT_NORMAL 35 #define CURRENT_BACKLIGHT 30 |