Sponsored Content
Top Forums UNIX for Dummies Questions & Answers "menuconfig" utility in Linux Post 302827951 by anand.shah on Monday 1st of July 2013 07:33:57 AM
Old 07-01-2013
"menuconfig" utility in Linux

Hello All,
I have a Kconfig file which contains configuration flags which will be set according to product.When you run "mconf" on Kconfig file you get a window where you can load default configuration file. My questions is that, Can we do this thing in shell script ? Is there any way to load default configuration stored in a file (let's say XYZ.cfg) in shell script ?
Something like below .....
Code:
mconf -f ./config/XYZ.cfg Kconfig

Thanks in advance !!!



Regards,
Anand Shah
 
LSPNP(8)						      System Manager's Manual							  LSPNP(8)

NAME
lspnp - list Plug and Play BIOS device nodes and resources SYNOPSIS
lspnp [-b] [-v[v]] [device ...] DESCRIPTION
This utility presents a formatted interpretation of the contents of the /proc/bus/pnp tree. Its default output is a list of Plug and Play device node numbers, product identifiers, and descriptions. Verbose output (-v) includes resource allocations (IO ports, memory, inter- rupts, and DMA channels) for each device. Very verbose output (-vv) includes lists of possible resources, various configuration flags, and product identifiers for compatible devices. The output can be limited to one or more specific device nodes by specifying their two-digit hex node numbers on the command line. By default, current (dynamic) device configuration information is displayed; with the -b option, the boot (static) configuration is shown. OPTIONS
-b Boot mode: read device resource information that will be used at next boot (as opposed to current resource info). -v Selects more verbose output. Can be used more than once. FILES
/usr/share/pnp.ids A database of known Plug and Play device ID's. /proc/bus/pnp/... The kernel interface for Plug and Play BIOS device services. AUTHORS
David Hinds - dahinds@users.sourceforge.net SEE ALSO
setpnp(8) pcmcia-cs 2000/06/12 21:24:49 LSPNP(8)
All times are GMT -4. The time now is 09:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy