kumquat-buildroot/package/libsoc/Config.in
Yegor Yefremov 09e59d73f5 libsoc: bump to 0.4
"Non-blocking GPIO Interrupts with callback mechanism" feature
requires pthreads.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-08 17:08:14 +02:00

12 lines
330 B
Plaintext

config BR2_PACKAGE_LIBSOC
bool "libsoc"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
libsoc is a C library for interfacing with common SoC
peripherals through generic kernel interfaces
https://github.com/jackmitch/libsoc
comment "libsoc requires a toolchain with threads support"
depends on !BR2_TOOLCHAIN_HAS_THREADS