Convert .config into a human-readable config list with description and metadata
Project description
listconfig
Convert .config into a menuconfig-like full list with help
Example
Note: scroll rightward to see the entire line!
$ listconfig --help-lines=1 /path/to/linux/Kconfig /path/to/linux/.config
=== General setup ===
[ ] Compile also drivers which will not load (COMPILE_TEST) Some drivers can be compiled on a different platform than they are ...
() Local version - append to kernel release (LOCALVERSION) Append an extra string to the end of your kernel version. ...
[*] Automatically append version information to the version string (LOCALVERSION_AUTO) This will try to automatically determine if the current tree is a ...
() Build ID Salt (BUILD_SALT) The build ID is used to link binaries and their debug info. Setting ...
-*- Kernel compression mode The linux kernel is a kind of self-extracting executable. ...
-> Gzip (KERNEL_GZIP) The old and tried gzip compression. It provides a good balance ...
LZMA (KERNEL_LZMA) This compression algorithm's ratio is best. Decompression speed ...
XZ (KERNEL_XZ) XZ uses the LZMA2 algorithm and instruction set specific ...
LZO (KERNEL_LZO) Its compression ratio is the poorest among the choices. The kernel ...
LZ4 (KERNEL_LZ4) LZ4 is an LZ77-type compressor with a fixed, byte-oriented encoding. ...
((none)) Default hostname (DEFAULT_HOSTNAME) This option determines the default system hostname before userspace ...
[*] Support for paging of anonymous memory (swap) (SWAP) This option allows you to choose whether you want to have support ...
[*] System V IPC (SYSVIPC) Inter Process Communication is a suite of library functions and ...
[ ] POSIX Message Queues (POSIX_MQUEUE) POSIX variant of message queues is a part of IPC. In POSIX message ...
[*] Enable process_vm_readv/writev syscalls (CROSS_MEMORY_ATTACH) Enabling this option adds the system calls process_vm_readv and ...
[ ] uselib syscall (USELIB) This option enables the uselib syscall, a system call used in the ...
[ ] Auditing support (AUDIT) Enable auditing infrastructure that can be used with another ...
.
.
.
Install
Easier way:
$ pip install listconfig
To use the bleeding edge version:
$ git clone https://github.com/puhitaku/listconfig.git
$ cd listconfig
$ pip install -e .
Usage
Specify a .config file in somewhere like Linux Kernel.
Formatted list is output from stdout. Redirect it at which you like to put.
$ listconfig /path/to/Kconfig /path/to/.config > out
The ARCH is automatically detected from .config.
Specify --arch option to change it manually.
$ listconfig --arch=arm /path/to/Kconfig /path/to/.config > out
The description is generated from the "help" section of Kconfig items.
Specify --help-lines or -l to change how many lines to pick.
$ listconfig --help-lines=1 /path/to/Kconfig /path/to/.config
=== General setup ===
[ ] Compile also drivers which will not load (COMPILE_TEST) Some drivers can be compiled on a different platform than they are ...
.
.
.
$ listconfig --help-lines=2 /path/to/Kconfig /path/to/.config
=== General setup ===
[ ] Compile also drivers which will not load (COMPILE_TEST) Some drivers can be compiled on a different platform than they are intended to be run on. Despite they cannot be loaded there (or even ...
.
.
.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file listconfig-0.1.3.tar.gz.
File metadata
- Download URL: listconfig-0.1.3.tar.gz
- Upload date:
- Size: 72.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce6b0d93ac52009660d299dd79dde1b5f294510617c01f2bbdb665d926265c28
|
|
| MD5 |
e6efc12ad894245113d4224e1daf6e82
|
|
| BLAKE2b-256 |
718639f580d521d80b42842bc1e537e27d40c3300d76dd1b2bf1179e14593b77
|
File details
Details for the file listconfig-0.1.3-py3-none-any.whl.
File metadata
- Download URL: listconfig-0.1.3-py3-none-any.whl
- Upload date:
- Size: 72.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b316425b7e5abcfb688111cd0d150a9a893fda54a79560335724fa259c6851b2
|
|
| MD5 |
5c6c66c21b6577d0675e94d92d2f4a7b
|
|
| BLAKE2b-256 |
421f0c2d295c14284ca61e9f96259f71f8929f9a34f991438db0025ef3f590b3
|