1 |
On Tue, Mar 20, 2007 at 06:23:40PM +0000, Mick wrote: |
2 |
> Hi All, |
3 |
> |
4 |
> Is there a quick way to access the help page of a singular module in the |
5 |
> kernel .config list, without having to fire up make menuconfig? |
6 |
> |
7 |
> Something on the CLI to access just one particular help page. |
8 |
|
9 |
I dont think there is a dedicated CLI tools for this, but the Kconfig |
10 |
files in the kernel directory contains the help text. So if you know the |
11 |
name of the config option is question (or its placement in the directory |
12 |
hierarcy) you can grep -r for it and read/grep/parse the Kconfig file in |
13 |
question. |
14 |
|
15 |
Rasmus |
16 |
-- |
17 |
gentoo-user@g.o mailing list |