On Tue, Mar 20, 2007 at 06:23:40PM +0000, Mick wrote:
> Hi All,
> 
> Is there a quick way to access the help page of a singular module in the 
> kernel .config list, without having to fire up make menuconfig?
> 
> Something on the CLI to access just one particular help page.

I dont think there is a dedicated CLI tools for this, but the Kconfig
files in the kernel directory contains the help text. So if you know the
name of the config option is question (or its placement in the directory
hierarcy) you can grep -r for it and read/grep/parse the Kconfig file in
question.

Rasmus
-- 
gentoo-user@gentoo.org mailing list

Reply via email to