linuxOS_D21X/package/third-party/kmod/Config.in.host
2024-11-29 16:13:46 +08:00

24 lines
583 B
Plaintext

menuconfig 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.
if BR2_PACKAGE_HOST_KMOD
config BR2_PACKAGE_HOST_KMOD_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
config BR2_PACKAGE_HOST_KMOD_GZ
bool "support gzip-compressed modules"
config BR2_PACKAGE_HOST_KMOD_ZSTD
bool "support zstd-compressed modules"
config BR2_PACKAGE_HOST_KMOD_XZ
bool "support xz-compressed modules"
endif