1 config BR2_PACKAGE_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()
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