commit: 90e98c101c4183b2ac672a21b95cb2df4f3a460b Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Fri Feb 26 21:55:12 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Fri Feb 26 21:55:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=90e98c10
kernel-config: turn on ikconfig scripts/kernel-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/kernel-config b/scripts/kernel-config index 0b25402..1a03a1e 100644 --- a/scripts/kernel-config +++ b/scripts/kernel-config @@ -135,7 +135,8 @@ CONFIG_SRCU=y CONFIG_RCU_STALL_COMMON=y # CONFIG_RCU_EXPEDITE_BOOT is not set CONFIG_BUILD_BIN2C=y -# CONFIG_IKCONFIG is not set +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=18 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y