mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ANDROID: gki_defconfig: reorder some mm config options
Commit0710d0122a("mm: Kconfig: reorganize misplaced mm options") reorginized the mm config options a bit, so the gki_defconfig options also need to be reordered so that the build succeeds. Fixes:0710d0122a("mm: Kconfig: reorganize misplaced mm options") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ic4228bc9498258e0d184daeac482c79253843b83
This commit is contained in:
@@ -40,7 +40,6 @@ CONFIG_BOOT_CONFIG=y
|
||||
CONFIG_KALLSYMS_ALL=y
|
||||
# CONFIG_RSEQ is not set
|
||||
CONFIG_EMBEDDED=y
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
CONFIG_PROFILING=y
|
||||
CONFIG_ARCH_SUNXI=y
|
||||
CONFIG_ARCH_HISI=y
|
||||
@@ -99,6 +98,7 @@ CONFIG_BINFMT_MISC=y
|
||||
CONFIG_SLAB_FREELIST_RANDOM=y
|
||||
CONFIG_SLAB_FREELIST_HARDENED=y
|
||||
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
CONFIG_MEMORY_HOTPLUG=y
|
||||
CONFIG_MEMORY_HOTREMOVE=y
|
||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
|
||||
|
||||
@@ -42,7 +42,6 @@ CONFIG_BOOT_CONFIG=y
|
||||
CONFIG_KALLSYMS_ALL=y
|
||||
# CONFIG_RSEQ is not set
|
||||
CONFIG_EMBEDDED=y
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
CONFIG_PROFILING=y
|
||||
CONFIG_SMP=y
|
||||
CONFIG_X86_X2APIC=y
|
||||
@@ -84,6 +83,7 @@ CONFIG_BINFMT_MISC=y
|
||||
CONFIG_SLAB_FREELIST_RANDOM=y
|
||||
CONFIG_SLAB_FREELIST_HARDENED=y
|
||||
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
CONFIG_MEMORY_HOTPLUG=y
|
||||
CONFIG_MEMORY_HOTREMOVE=y
|
||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
|
||||
|
||||
Reference in New Issue
Block a user