2016-06-03 20:10:33 +02:00
|
|
|
config BR2_PACKAGE_WIRINGPI
|
|
|
|
bool "wiringpi"
|
2016-06-04 19:27:05 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-06-07 20:43:01 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-06-03 20:10:33 +02:00
|
|
|
help
|
|
|
|
wiringPi libraries (and gpio command)
|
|
|
|
|
|
|
|
http://wiringpi.com/
|
2016-06-07 20:43:01 +02:00
|
|
|
|
|
|
|
comment "wiringpi needs a toolchain w/ threads"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|