summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libiio/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/libiio/Config.in b/package/libiio/Config.in
index 69269e0d6a..2e7a76d8c8 100644
--- a/package/libiio/Config.in
+++ b/package/libiio/Config.in
@@ -53,12 +53,17 @@ config BR2_PACKAGE_LIBIIO_IIOD
bool "IIO Daemon"
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_bfin
default y
help
Install the IIO Daemon.
comment "IIO Daemon needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_bfin
+
+comment "IIO Daemon is not yet available on Blackfin"
+ depends on BR2_bfin
config BR2_PACKAGE_LIBIIO_TESTS
bool "Install test programs"
OpenPOWER on IntegriCloud