Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Peeve - finding kernel config options
Date: Thu, 27 Feb 2014 18:32:53
Message-Id: leo0ba$rrr$2@ger.gmane.org
In Reply to: [gentoo-user] Re: Peeve - finding kernel config options by Grant Edwards
1 On 2014-02-27, Grant Edwards <grant.b.edwards@×××××.com> wrote:
2 > On 2014-02-27, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
3 >
4 >> make menuconfig
5 >> press "/"
6 >> type CONFIG_FHANDLE
7 >> press enter
8 >> profit!!!
9 >>
10 >> [Note the lack of ??? in the list]
11 >>
12 >> works like searching in vi or less
13 >
14 > The issue I occasionally have with that is that it only tells you the
15 > name of the CONFIG_ variable. It doesn't tell you what the menu entry
16 > is.
17
18 Doh! I was wrong. It _does_ show it. It just doesn't show it where
19 I've been looking for it to be for the past 20 years:
20
21 Symbol: E1000 [=n]
22 Type : tristate
23 >>> Prompt: Intel(R) PRO/1000 Gigabit Ethernet support
24 Location:
25 -> Device Drivers
26 -> Network device support (NETDEVICES [=y])
27 -> Ethernet driver support (ETHERNET [=y])
28 (2) -> Intel devices (NET_VENDOR_INTEL [=y])
29 Defined at drivers/net/ethernet/intel/Kconfig:47
30 Depends on: NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_INTEL [=y] && PCI [=y]
31
32 The bottom level menu entry is shown at the _top_ rather than where I
33 always expected the bottom level to be shown (at the bottom):
34
35 Symbol: E1000 [=n]
36 Type : tristate
37 Location:
38 -> Device Drivers
39 -> Network device support (NETDEVICES [=y])
40 -> Ethernet driver support (ETHERNET [=y])
41 (2) -> Intel devices (NET_VENDOR_INTEL [=y])
42 >>> -> Intel(R) PRO/1000 Gigabit Ethernet support
43 Defined at drivers/net/ethernet/intel/Kconfig:47
44 Depends on: NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_INTEL [=y] && PCI [=y]
45
46 How embarassing...
47
48 --
49 Grant Edwards grant.b.edwards Yow! I hope I bought the
50 at right relish ... zzzzzzzzz
51 gmail.com ...

Replies

Subject Author
Re: [gentoo-user] Re: Peeve - finding kernel config options Alan McKinnon <alan.mckinnon@×××××.com>