Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/
Date: Fri, 26 Feb 2016 21:46:01
Message-Id: 1456523738.03dbe06a3229d57c12406b8e8bb482d0bcddeb08.blueness@gentoo
1 commit: 03dbe06a3229d57c12406b8e8bb482d0bcddeb08
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 21:55:12 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 21:55:38 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=03dbe06a
7
8 kernel-config: turn on ikconfig
9
10 scripts/kernel-config | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/scripts/kernel-config b/scripts/kernel-config
14 index 0b25402..1a03a1e 100644
15 --- a/scripts/kernel-config
16 +++ b/scripts/kernel-config
17 @@ -135,7 +135,8 @@ CONFIG_SRCU=y
18 CONFIG_RCU_STALL_COMMON=y
19 # CONFIG_RCU_EXPEDITE_BOOT is not set
20 CONFIG_BUILD_BIN2C=y
21 -# CONFIG_IKCONFIG is not set
22 +CONFIG_IKCONFIG=y
23 +CONFIG_IKCONFIG_PROC=y
24 CONFIG_LOG_BUF_SHIFT=18
25 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
26 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y