Skip to content

Commit cafbdff

Browse files
committed
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)
1 parent 7637a32 commit cafbdff

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

arch/arm64/configs/exynos8890_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
417417
CONFIG_CMA=y
418418
# CONFIG_CMA_DEBUG is not set
419419
CONFIG_CMA_PINPAGE_MIGRATION=y
420-
CONFIG_CMA_AREAS=8
421420
# CONFIG_ZSWAP is not set
422421
# CONFIG_ZSWAP_ENABLE_WRITEBACK is not set
423422
# CONFIG_ZSWAP_COMPACTION is not set
@@ -435,7 +434,6 @@ CONFIG_TIGHT_PGDAT_BALANCE=y
435434
CONFIG_GENERIC_EARLY_IOREMAP=y
436435
CONFIG_MMAP_READAROUND_LIMIT=32
437436
CONFIG_LARGE_DIRTY_BUFFER=y
438-
CONFIG_RBIN=y
439437
CONFIG_SECCOMP=y
440438
# CONFIG_XEN is not set
441439
CONFIG_FORCE_MAX_ZONEORDER=11
@@ -3917,7 +3915,6 @@ CONFIG_ION=y
39173915
# CONFIG_ION_DUMMY is not set
39183916
CONFIG_ION_EXYNOS=y
39193917
CONFIG_ION_EXYNOS_STAT_LOG=y
3920-
CONFIG_ION_RBIN_HEAP=y
39213918
CONFIG_ION_EXYNOS_OF=y
39223919
# CONFIG_USB_WPAN_HCD is not set
39233920
# CONFIG_WIMAX_GDM72XX is not set

arch/arm64/configs/gracer_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#
44
CONFIG_DEV_RIL_BRIDGE=y
55
CONFIG_MODEM_PIE_REV=y
6+
CONFIG_CMA_AREAS=8
7+
CONFIG_RBIN=y
8+
CONFIG_ION_RBIN_HEAP=y
69
CONFIG_MUIC_SUPPORT_CCIC=y
710
# CONFIG_WLAN_HERO is not set
811
CONFIG_WLAN_HERO2=y

arch/arm64/configs/hero2_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
#
22
# hero2lte_defconfig
33
#
4+
CONFIG_CMA_AREAS=7
45
CONFIG_FB_DSU_REG_LOCK=y
56
CONFIG_EXYNOS_DECON_LCD_MCD=y
67
# CONFIG_LCD_ESD_IDLE_MODE is not set
78
CONFIG_PANEL_S6E3HF4_WQHD=y
89
# CONFIG_PANEL_S6E3HA3_DYNAMIC is not set
910
# CONFIG_PANEL_DUALIZATION is not set
11+
CONFIG_PREVENT_SWELLING_BATTERY=y
1012
CONFIG_SENSORS_SX9310_NORMAL_TOUCH_THRESHOLD=168
1113
CONFIG_SENSORS_HERO2=y
1214
CONFIG_TOUCHSCREEN_FTS7=y
1315
CONFIG_WAKE_GESTURES=y
1416
CONFIG_MODEL_HERO2LTE=y
17+
# CONFIG_WLAN_HERO is not set
18+
CONFIG_WLAN_HERO2=y

arch/arm64/configs/hero_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#
22
# herolte_defconfig
33
#
4+
CONFIG_CMA_AREAS=7
45
# CONFIG_FB_DSU_REG_LOCK is not set
56
# CONFIG_EXYNOS_DECON_LCD_MCD is not set
67
CONFIG_LCD_ESD_IDLE_MODE=y
@@ -12,3 +13,5 @@ CONFIG_SENSORS_SX9310_NORMAL_TOUCH_THRESHOLD=176
1213
CONFIG_TOUCHSCREEN_FTS7=y
1314
CONFIG_WAKE_GESTURES=y
1415
CONFIG_MODEL_HEROLTE=y
16+
CONFIG_WLAN_HERO=y
17+
# CONFIG_WLAN_HERO2 is not set

0 commit comments

Comments
 (0)