4ca9edaad2
Curently, host-kmod has no option to enable it, because only the kernel depends on it, and this is unconditional (because we can't know if modules will be enabled in the kernel config). But we're soon to add options to enable various features of kmod, so we'll need a place where to show those features. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Yegor Yefremov <yegorslists@googlemail.com> Cc: Lucian Buga <lucianbuga@gmail.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
config BR2_PACKAGE_HOST_KMOD
|
|
bool "host kmod"
|
|
help
|
|
kmod is a set of tools to handle common tasks with Linux
|
|
kernel modules like insert, remove, list, check properties,
|
|
resolve dependencies and aliases.
|