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 C7FAF138F88 for ; Thu, 27 Feb 2014 10:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8478E0AAF; Thu, 27 Feb 2014 10:25:39 +0000 (UTC) Received: from smarthost01c.mail.zen.net.uk (smarthost01c.mail.zen.net.uk [212.23.1.5]) by pigeon.gentoo.org (Postfix) with ESMTP id C57FDE09F8 for ; Thu, 27 Feb 2014 10:25:38 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01c.mail.zen.net.uk with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1WIy9p-00026i-VP for gentoo-user@lists.gentoo.org; Thu, 27 Feb 2014 10:25:38 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Peeve - finding kernel config options Date: Thu, 27 Feb 2014 10:25:37 +0000 Message-ID: <6273333.NpkFlBXyu1@wstn> Organization: at home User-Agent: KMail/4.11.5 (Linux/3.10.25-gentoo; KDE/4.11.5; x86_64; ; ) In-Reply-To: <530E5F82.30406@libertytrek.org> References: <530E4774.4070907@libertytrek.org> <530E5F82.30406@libertytrek.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01c-IP: [82.69.80.10] X-Archives-Salt: d0fb4e24-8463-4bb0-8573-d170a04f55fc X-Archives-Hash: 47ec3e96518671f49da7491b0f0d1d9b On Wednesday 26 Feb 2014 16:41:22 Tanstaafl wrote: > On 2/26/2014 3:05 PM, Neil Bothwick wrote: > > Run make menuconfig > > Press / > > Type FHANDLE > > > > Then you can see it is enabled by switching on systemd support in the > > Gentoo specific options. > > I did say that I know how to search - that is how I was able to find it. > > But... I don't WANT to switch on systemd support. You don't have to. At least, I haven't: $ grep -i systemd /usr/src/linux/.config # CONFIG_GENTOO_LINUX_INIT_SYSTEMD is not set $ grep -i fhandle /usr/src/linux/.config CONFIG_FHANDLE=y This is gentoo-sources-3.10.25. -- Regards Peter