Gentoo Archives: gentoo-user

From: "Poison BL." <poisonbl@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Peeve - finding kernel config options
Date: Thu, 27 Feb 2014 19:12:14
Message-Id: CAOTuDKq-_ngdzpms88Ek18jZ_6-ZNY3t3ON==GPLrvRX3f3WaQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Peeve - finding kernel config options by Tanstaafl
1 On Thu, Feb 27, 2014 at 12:34 PM, Tanstaafl <tanstaafl@×××××××××××.org> wrote:
2 > On 2/27/2014 12:24 PM, Dan Johansson <dan@×××.nu> wrote:
3 >>
4 >> On 26.02.2014 22:24, Poison BL. wrote:
5 >>>
6 >>> When I search FHANDLE in menuconfig I get:
7 >>>
8 >>> │ Symbol: FHANDLE [=y]
9 >>> │ Type : boolean
10 >>> │ Prompt: open by fhandle syscalls
11 >>> │ Location:
12 >>> │ (1) -> General setup
13 >>> │ Defined at init/Kconfig:235
14 >>> │ Selects: EXPORTFS [=y]
15 >>> │ Selected by: GENTOO_LINUX_INIT_SYSTEMD [=y] && GENTOO_LINUX [=y]
16 >>> && GENTOO_LINUX_UDEV [=y]
17 >>>
18 >>> This clearly states that the prompt you're looking for is a line that
19 >>> says "open by fhandle syscalls" under "General setup"
20 >>>
21 >>> Sure, it's not the absolute simplest interface (i.e. it doesn't give a
22 >>> 'enable this' in the search results) but it does give all the
23 >>> necessary information about a given option to find it (as well as
24 >>> dependencies and their current states, etc). The most likely reason
25 >>> the news item doesn't list the specific "prompt" text (or even the
26 >>> category) is that, across even sub release versions of the kernel
27 >>> those are prone to change (and, at times, drastically) while the
28 >>> actual CONFIG_<name> option tends to be fairly static through time
29 >>> once it exists (even when superseded by new toys, i.e. older
30 >>> IDE/ATA/ATAPI options vs newer PATA options).
31 >>
32 >>
33 >> But if you press "1" in the example above you will "jump" directly to
34 >> the menu item. Clue --> (1)
35 >
36 >
37 > And that is by far the HANDIEST tip from this thread... awesome! Thx Dan!
38 >
39
40 That.. really is the most useful thing I've learned in a fair while.
41
42 --
43 Poison [BLX]
44 Joshua M. Murphy

Replies

Subject Author
Re: [gentoo-user] Peeve - finding kernel config options Dale <rdalek1967@×××××.com>