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 / sispmctl / Config.in
1 config BR2_PACKAGE_SISPMCTL
2         bool "sispmctl"
3         select BR2_PACKAGE_LIBUSB
4         select BR2_PACKAGE_LIBUSB_COMPAT
5         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
6         depends on BR2_USE_WCHAR
7         depends on BR2_USE_MMU # fork()
8         help
9           sispmctl is an application enabling the use of the GEMBIRD
10           SiS-PM and mSiS(sispm) USB-controlled power-outlet device
11           under Linux. Note that the device is also sold under
12           different Names, i.e. as "IntelliPlug" in Germany.
13
14           http://sispmctl.sourceforge.net/
15
16 comment "sispmctl needs a toolchain w/ threads, wchar"
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
18         depends on BR2_USE_MMU