xref: /OK3568_Linux_fs/buildroot/package/sispmctl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
15	  http://sispmctl.sourceforge.net/
16
17comment "sispmctl needs a toolchain w/ threads, wchar, gcc >= 4.9"
18	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
19		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
20	depends on BR2_USE_MMU
21