mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Add Kmon, a Rust-based, text-UI tool for managing Linux kernel modules and monitoring kernel activities, providing a single interface for various tools like dmesg and kmod. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
config BR2_PACKAGE_KMON
|
|
bool "kmon"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
help
|
|
kmon provides a terminal UI for managing kernel modules
|
|
and monitoring kernel activities.
|
|
|
|
https://github.com/orhun/kmon
|