python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libsoc / Config.in
blob2aaeb1fe9a71069935dbaef221fc2e12c1b9aaba
1 config BR2_PACKAGE_LIBSOC
2         bool "libsoc"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           libsoc is a C library for interfacing with common SoC
6           peripherals through generic kernel interfaces
8           https://github.com/jackmitch/libsoc
10 comment "libsoc needs a toolchain w/ threads"
11         depends on !BR2_TOOLCHAIN_HAS_THREADS