Skip to content

Commit

Permalink
configs: cronos: Disable STORE_MODE
Browse files Browse the repository at this point in the history
* When using the stock samsung STORE_MODE, it will lock charging to 70%
Unless we implement custom store_mode with sysfs tunable min/max, any battery_v2 device will charge only to 70% (which is what happens to the FE)
* Also just remove store_mode all together from the kernel as it locks charging rate to 700mAh aswell which is not usable
  • Loading branch information
ananjaser1211 committed Jun 22, 2020
1 parent 559cc5d commit 21f1b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/configs/cronos_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONFIG_DYNAMIC_FSYNC=y
CONFIG_NET_UDP_TUNNEL=y
CONFIG_WIREGUARD=y
# CONFIG_WIREGUARD_DEBUG is not set
CONFIG_STORE_MODE=y
# CONFIG_STORE_MODE is not set
CONFIG_PANEL_SMART_DIMMING=y
CONFIG_WAKE_GESTURES=y
CONFIG_F2FS_FS=y
Expand Down

0 comments on commit 21f1b49

Please sign in to comment.