help
Add support for USB through FunctionFS with IIOD.
-comment "USB support in the IIO Daemon requires libaio, headers >= 3.18"
+comment "USB support in the IIO Daemon requires headers >= 3.18"
depends on BR2_PACKAGE_LIBIIO_IIOD
- depends on !BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS || \
- !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
comment "IIO Daemon needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_LVM2
bool "lvm2 & device mapper"
- depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # needs fork()
depends on !BR2_STATIC_LIBS # It fails to build statically
comment "lvm2 needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
- depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS