package/kmod: add option for host variant
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 3 May 2020 13:10:00 +0000 (15:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 6 Oct 2020 19:43:35 +0000 (21:43 +0200)
commit4ca9edaad2fae69ebe02b70065808b44b98c9d4f
tree7e9a4602f9f20e8e69a91712d6f389e8670df2ed
parentfd2170e808a22a126e243197628969025855a9a6
package/kmod: add option for host variant

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>
linux/Config.in
package/Config.in.host
package/kmod/Config.in.host [new file with mode: 0644]