From a7ef24eb2e5aa2374a5daca992a156d92a3452e6 Mon Sep 17 00:00:00 2001 From: zhaoxp3 Date: Fri, 30 Nov 2018 10:43:24 +0800 Subject: [PATCH] arm/defconfig: update user config to ext config update defconfig for user build Change-Id: Idf93aa32c17f450d706ce3d4fc29a8b42fd6eee3 Signed-off-by: zhaoxp3 Reviewed-on: https://gerrit.mot.com/1276083 SLTApproved: Slta Waiver SME-Granted: SME Approvals Granted Tested-by: Jira Key Submit-Approved: Jira Key --- .../configs/ext_config/debug-erd9610.config | 3 ++ .../configs/ext_config/moto-erd9610.config | 33 ++++++++++++++++--- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/arch/arm64/configs/ext_config/debug-erd9610.config b/arch/arm64/configs/ext_config/debug-erd9610.config index ccdeb8ac9b90..748849ce8745 100644 --- a/arch/arm64/configs/ext_config/debug-erd9610.config +++ b/arch/arm64/configs/ext_config/debug-erd9610.config @@ -54,3 +54,6 @@ CONFIG_FAULT_INJECTION_DEBUG_FS=y CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y CONFIG_DYNAMIC_DEBUG=y CONFIG_DEBUG_SPINLOCK_BITE_ON_BUG=y +CONFIG_PAGE_POISONING=y +# CONFIG_DEBUG_SNAPSHOT_MINIMIZED_MODE is not set +CONFIG_BUG_ON_DATA_CORRUPTION=y diff --git a/arch/arm64/configs/ext_config/moto-erd9610.config b/arch/arm64/configs/ext_config/moto-erd9610.config index 14913d8cc494..f4b68d6ffe42 100644 --- a/arch/arm64/configs/ext_config/moto-erd9610.config +++ b/arch/arm64/configs/ext_config/moto-erd9610.config @@ -27,13 +27,38 @@ CONFIG_F2FS_FS_ENCRYPTION=y CONFIG_SUSPEND_SKIP_SYNC=y # CONFIG_SCHED_DEBUG is not set # CONFIG_KSM is not set -# CONFIG_SLUB_DEBUG is not set -# CONFIG_DEBUG_KMEMLEAK is not set # CONFIG_PAGE_OWNER is not set -# CONFIG_DEBUG_PAGEALLOC is not set # CONFIG_DEBUG_OBJECTS is not set # CONFIG_FAULT_INJECTION is not set # CONFIG_PRINTK_PROCESS is not set -# CONFIG_DEBUG_PREEMPT is not set +CONFIG_DEBUG_SNAPSHOT_MINIMIZED_MODE=y +CONFIG_DEVMEM=y +# CONFIG_CGROUP_DEBUG is not set +# CONFIG_CMA_DEBUGFS is not set +# CONFIG_PM_DEBUG is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_PAGE_POISONING_NO_SANITY is not set +# CONFIG_PAGE_POISONING_ZERO is not set +# CONFIG_DEBUG_RODATA_TEST is not set +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_VM_VMACACHE is not set +# CONFIG_DEBUG_VM_RB is not set +# CONFIG_DEBUG_VM_PGFLAGS is not set +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set # CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_SLUB_DEBUG is not set +# CONFIG_DEBUG_PREEMPT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_WQ_WATCHDOG is not set CONFIG_USB_GADGET_VBUS_DRAW=500 -- 2.20.1