buildroot/package/uhubctl/Config.in
Baruch Siach 7fb1bc2731 uhubctl: new package
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-08-23 15:32:43 +02:00

12 lines
294 B
Plaintext

config BR2_PACKAGE_UHUBCTL
bool "uhubctl"
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
select BR2_PACKAGE_LIBUSB
help
Control USB power per-port on smart USB hubs.
https://github.com/mvp/uhubctl
comment "uhubctl needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS