Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7009a27f authored by Srinivasarao P's avatar Srinivasarao P Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: msm8909: enable access to config file



Configs CONFIG_IKCONFIG and CONFIG_IKCONFIG_PROC are needed to
access .config file through /proc/config.gz. without this file,
VtsKernelConfig and other tests are failing since these are not
able to find the required kernel configurations.

Change-Id: I8245650842dd0f9d7cd31bbeb4784fe8eb71e657
Signed-off-by: default avatarSrinivasarao P <spathi@codeaurora.org>
parent d041f957
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ CONFIG_AUDIT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_RCU_FAST_NO_HZ=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=16
CONFIG_CGROUPS=y
CONFIG_CGROUP_FREEZER=y