mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ANDROID: GKI defconfig: Remove ZRAM from gki defconfig
Allow vendors to provide zram module in vendor fragment
for GKI 2.0 since modules can't be overridden
Bug: 150917000
Test: boot check for swap (expected none).
adb shell cat /proc/swaps
adb shell grep Swap /proc/meminfo
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
Change-Id: Ic346c6e4a1cdd975fa0c51bde9282ef0e32963f1
(cherry picked from commit 2f90f81ed2e1bacfe33f22d0f508c0c7b2d0bd7e)
This commit is contained in:
committed by
Alistair Delva
parent
121462aed0
commit
269692b031
@@ -217,7 +217,6 @@ CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
|
||||
# CONFIG_FW_CACHE is not set
|
||||
# CONFIG_ALLOW_DEV_COREDUMP is not set
|
||||
CONFIG_GNSS=y
|
||||
CONFIG_ZRAM=y
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=y
|
||||
|
||||
@@ -193,7 +193,6 @@ CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
|
||||
# CONFIG_ALLOW_DEV_COREDUMP is not set
|
||||
CONFIG_GNSS=y
|
||||
CONFIG_OF=y
|
||||
CONFIG_ZRAM=y
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=y
|
||||
|
||||
Reference in New Issue
Block a user