1config BR2_PACKAGE_PIGPIO 2 bool "pigpio" 3 depends on BR2_aarch64 || BR2_arm 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 depends on !BR2_STATIC_LIBS 6 help 7 Pigpio is a library for the Raspberry Pi which allows 8 control of the General Purpose Input Outputs (GPIO). 9 10 http://abyz.me.uk/rpi/pigpio/ 11 12comment "pigpio needs a toolchain w/ threads, dynamic library" 13 depends on BR2_aarch64 || BR2_arm 14 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 15