Config.in 728 B

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