Config.in 625 B

123456789101112131415161718
  1. config BR2_PACKAGE_SISPMCTL
  2. bool "sispmctl"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
  4. depends on BR2_USE_WCHAR
  5. depends on BR2_USE_MMU # fork()
  6. select BR2_PACKAGE_LIBUSB
  7. select BR2_PACKAGE_LIBUSB_COMPAT
  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. http://sispmctl.sourceforge.net/
  14. comment "sispmctl needs a toolchain w/ threads, wchar"
  15. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
  16. depends on BR2_USE_MMU