Revert "libiio: Disable IIOD on Blackfin"

This reverts commit 53996bee43.

Commit 93a86b4dec fixes accept4 support
in uclibc on Blackfin, so re-enable iiod on this target.

Cc: Paul Cercueil <paul.cercueil@analog.com>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Samuel Martin 2017-11-03 11:30:33 +01:00 committed by Thomas Petazzoni
parent 6ed9516dfe
commit ddb1a631fa

View File

@ -53,7 +53,6 @@ config BR2_PACKAGE_LIBIIO_IIOD
bool "IIO Daemon"
default y
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_bfin
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
help
Install the IIO Daemon.
@ -74,10 +73,6 @@ comment "USB support in the IIO Daemon requires libaio, headers >= 3.18"
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"