mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
flo_defconfig: disable SWAP and OPROFILE
Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
parent
618463628c
commit
57cbed89ee
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ CONFIG_PANIC_TIMEOUT=5
|
|||
CONFIG_KALLSYMS_ALL=y
|
||||
CONFIG_EMBEDDED=y
|
||||
CONFIG_PROFILING=y
|
||||
CONFIG_OPROFILE=y
|
||||
# CONFIG_OPROFILE is not set
|
||||
CONFIG_PARTITION_ADVANCED=y
|
||||
CONFIG_EFI_PARTITION=y
|
||||
CONFIG_ARCH_MSM=y
|
||||
|
@ -536,3 +536,4 @@ CONFIG_PPPOPNS=y
|
|||
CONFIG_PPP_ASYNC=y
|
||||
CONFIG_PPP_SYNC_TTY=y
|
||||
CONFIG_CFG80211_INTERNAL_REGDB=y
|
||||
CONFIG_SWAP=n
|
||||
|
|
Loading…
Reference in a new issue