From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 334F31388C1 for ; Fri, 26 Feb 2016 21:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F98321C008; Fri, 26 Feb 2016 21:45:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9712B21C008 for ; Fri, 26 Feb 2016 21:45:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8680D340BCB for ; Fri, 26 Feb 2016 21:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7982015FB for ; Fri, 26 Feb 2016 21:45:55 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1456523738.03dbe06a3229d57c12406b8e8bb482d0bcddeb08.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/ X-VCS-Repository: proj/grs X-VCS-Files: scripts/kernel-config X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 03dbe06a3229d57c12406b8e8bb482d0bcddeb08 X-VCS-Branch: desktop-amd64-hardened Date: Fri, 26 Feb 2016 21:45:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4fc901b5-ae26-4722-a198-d595f0e8f2f2 X-Archives-Hash: 884afee90b0ce186e6489e4332041b4e commit: 03dbe06a3229d57c12406b8e8bb482d0bcddeb08 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Feb 26 21:55:12 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Feb 26 21:55:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=03dbe06a 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