ANDROID: set CONFIG_IKHEADERS=m for gki_defconfig.
The tarball, when implemented correctly, adds around 3.7MB of kheaders.tar.xz to the kernel image, which increases memory usage. Since this tarball is usually for debugging only, mark it as a module so it can be conditionally loaded. Bug: 276339429 Test: treehugger Change-Id: Icc330a947ff25006fa48ffc5801d7a2746369893 Signed-off-by: Yifan Hong <elsk@google.com>
This commit is contained in:
parent
7641ff0a30
commit
09e0f85096
3 changed files with 3 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ CONFIG_RCU_BOOST=y
|
|||
CONFIG_RCU_NOCB_CPU=y
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_IKHEADERS=y
|
||||
CONFIG_IKHEADERS=m
|
||||
CONFIG_UCLAMP_TASK=y
|
||||
CONFIG_UCLAMP_BUCKETS_COUNT=20
|
||||
CONFIG_CGROUPS=y
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ CONFIG_RCU_BOOST=y
|
|||
CONFIG_RCU_NOCB_CPU=y
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_IKHEADERS=y
|
||||
CONFIG_IKHEADERS=m
|
||||
CONFIG_UCLAMP_TASK=y
|
||||
CONFIG_UCLAMP_BUCKETS_COUNT=20
|
||||
CONFIG_CGROUPS=y
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ COMMON_GKI_MODULES_LIST = [
|
|||
"drivers/usb/class/cdc-acm.ko",
|
||||
"drivers/usb/serial/ftdi_sio.ko",
|
||||
"drivers/usb/serial/usbserial.ko",
|
||||
"kernel/kheaders.ko",
|
||||
"lib/crypto/libarc4.ko",
|
||||
"mm/zsmalloc.ko",
|
||||
"net/6lowpan/6lowpan.ko",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue