Xconfig
xconfig is the name of the xconfig
Makefile target for the Linux kernel. It is a graphical Linux compilation utility, which uses Qt. The xconfig utility is invoked by running make xconfig
in the base Linux source directory.
![]() Screenshot of the xconfig window from Linux kernel v5.10.0-rc6 | |
Written in | C |
---|---|
Operating system | Linux |
Type | Build automation tool |
License | GNU General Public License |
Website | www |
Qt has only been used since kernel 2.6. Kernel 2.4 uses a Tcl/Tk configuration interface. A GTK+ interface (gconfig
) is also available since kernel 2.6.
Inside, there are options to display the configurations in three different hierarchies; single, split, full. A Find function is available to search for text within the config's titles.
A bottom pane displays information on the selected option, and metadata of it (depends, type, short name).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.