mako: allow device to sleep in off-mode charging

In off-mode charging, the device need to go suspend mode
to reduce power consumption after charging completion.
This patch enable suspend mode in off-mode charging.

Bug: 7429504
Change-Id: I915f0d076c34680d2fbfd8e8b92adb65464b1600
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 43d8531..fd101c8 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -90,4 +90,6 @@
 
 TARGET_RELEASETOOLS_EXTENSIONS := device/lge/mako
 
+BOARD_CHARGER_ENABLE_SUSPEND := true
+
 -include vendor/lge/mako/BoardConfigVendor.mk