-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configs: exynos8890: Adjust WiFi and memory
* Enable RBIN on gracelte only (not used on S7/S7E) * Enable anti-swelling on S7E alongside S7 (matches latest stock config) * Correct WiFi configuration (Changes CLMN Options, Keep grace as base)
- Loading branch information
1 parent
7637a32
commit cafbdff
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# | ||
# hero2lte_defconfig | ||
# | ||
CONFIG_CMA_AREAS=7 | ||
CONFIG_FB_DSU_REG_LOCK=y | ||
CONFIG_EXYNOS_DECON_LCD_MCD=y | ||
# CONFIG_LCD_ESD_IDLE_MODE is not set | ||
CONFIG_PANEL_S6E3HF4_WQHD=y | ||
# CONFIG_PANEL_S6E3HA3_DYNAMIC is not set | ||
# CONFIG_PANEL_DUALIZATION is not set | ||
CONFIG_PREVENT_SWELLING_BATTERY=y | ||
CONFIG_SENSORS_SX9310_NORMAL_TOUCH_THRESHOLD=168 | ||
CONFIG_SENSORS_HERO2=y | ||
CONFIG_TOUCHSCREEN_FTS7=y | ||
CONFIG_WAKE_GESTURES=y | ||
CONFIG_MODEL_HERO2LTE=y | ||
# CONFIG_WLAN_HERO is not set | ||
CONFIG_WLAN_HERO2=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters