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