ANDROID: [GKI] Include bootconfig in CONFIG_CMDLINE

The bootloader anyways uses bootconfig across the ecosystem. Make it a
part of built-in command line.

Test: Inspect ./config generated from the kernel build
Bug: 247548654
Change-Id: I356e6839e06bd6cde59801da7209f96a6e7dfc21
Signed-off-by: Shikha Panwar <shikhapanwar@google.com>
This commit is contained in:
Shikha Panwar
2022-09-20 10:42:21 +00:00
parent b8323be61d
commit 782ed2c9f9
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ CONFIG_SETEND_EMULATION=y
CONFIG_ARM64_MPAM=y
CONFIG_RANDOMIZE_BASE=y
# CONFIG_RANDOMIZE_MODULE_REGION_FULL is not set
CONFIG_CMDLINE="console=ttynull stack_depot_disable=on cgroup_disable=pressure kasan.stacktrace=off"
CONFIG_CMDLINE="console=ttynull stack_depot_disable=on cgroup_disable=pressure kasan.stacktrace=off bootconfig"
CONFIG_CMDLINE_EXTEND=y
# CONFIG_DMI is not set
CONFIG_PM_WAKELOCKS=y

View File

@@ -60,7 +60,7 @@ CONFIG_NR_CPUS=32
# CONFIG_X86_MCE is not set
CONFIG_EFI=y
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="console=ttynull stack_depot_disable=on cgroup_disable=pressure"
CONFIG_CMDLINE="console=ttynull stack_depot_disable=on cgroup_disable=pressure bootconfig"
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0
# CONFIG_PM_WAKELOCKS_GC is not set