btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / sispmctl / Config.in
blob976b08f8853d9194dd2077fe20d272cde3c40607
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.
14           http://sispmctl.sourceforge.net/
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