The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / kmod / Config.in
1 config BR2_PACKAGE_KMOD
2         bool "kmod"
3         depends on !BR2_STATIC_LIBS
4         help
5           handle kernel modules
6
7           http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
8
9 if BR2_PACKAGE_KMOD
10
11 config BR2_PACKAGE_KMOD_TOOLS
12         bool "kmod utilities"
13         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
14         help
15           Install kmod module utilities (depmod, insmod, lsmod,
16           modinfo, modprobe, rmmod).
17
18 endif
19
20 comment "kmod needs a toolchain w/ dynamic library"
21         depends on BR2_STATIC_LIBS