mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ANDROID: gki_defconfig: Set IKHEADERS back to =m
This partially reverts I56e59e1a6232dada090d720f43e0d1036f43d064. The build/runtime vintf check validates that CONFIG_IKHEADERS=m, it is not allowed to be set to =y. While we figure out what the right course of action is here, modify it back to =m. Bug: 139431025 Test: TreeHugger Change-Id: I3624fa4eb40a8aa726275027aa2b2d5bd635ceda Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
@@ -8,7 +8,7 @@ CONFIG_TASK_IO_ACCOUNTING=y
|
||||
CONFIG_PSI=y
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_IKHEADERS=y
|
||||
CONFIG_IKHEADERS=m
|
||||
CONFIG_MEMCG=y
|
||||
CONFIG_MEMCG_SWAP=y
|
||||
CONFIG_BLK_CGROUP=y
|
||||
|
||||
@@ -9,7 +9,7 @@ CONFIG_TASK_IO_ACCOUNTING=y
|
||||
CONFIG_PSI=y
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_IKHEADERS=y
|
||||
CONFIG_IKHEADERS=m
|
||||
CONFIG_MEMCG=y
|
||||
CONFIG_MEMCG_SWAP=y
|
||||
CONFIG_RT_GROUP_SCHED=y
|
||||
|
||||
Reference in New Issue
Block a user