diff options
Diffstat (limited to 'package/libsoc/Config.in')
-rw-r--r-- | package/libsoc/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libsoc/Config.in b/package/libsoc/Config.in index 3e750bd0fd..0f6336de1c 100644 --- a/package/libsoc/Config.in +++ b/package/libsoc/Config.in @@ -1,7 +1,11 @@ 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 |