diff options
Diffstat (limited to 'package/kmod/Config.in.host')
-rw-r--r-- | package/kmod/Config.in.host | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kmod/Config.in.host b/package/kmod/Config.in.host new file mode 100644 index 0000000000..9dbbcea782 --- /dev/null +++ b/package/kmod/Config.in.host @@ -0,0 +1,16 @@ +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. + +if BR2_PACKAGE_HOST_KMOD + +config BR2_PACKAGE_HOST_KMOD_GZ + bool "support gzip-compressed modules" + +config BR2_PACKAGE_HOST_KMOD_XZ + bool "support xz-compressed modules" + +endif |