|
@@ -17,24 +17,24 @@ config BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
|
|
|
|
|
config BR2_PACKAGE_LIBIIO_XML_BACKEND
|
|
|
bool "XML backend"
|
|
|
- select BR2_PACKAGE_LIBXML2
|
|
|
default y
|
|
|
+ select BR2_PACKAGE_LIBXML2
|
|
|
help
|
|
|
Enable the XML backend of the library.
|
|
|
|
|
|
config BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
|
|
|
bool "Network backend"
|
|
|
- select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
|
|
default y
|
|
|
+ select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
|
|
help
|
|
|
Enable the network backend of the library.
|
|
|
|
|
|
config BR2_PACKAGE_LIBIIO_USB_BACKEND
|
|
|
bool "USB backend"
|
|
|
+ default y
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # from libusb
|
|
|
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
|
- default y
|
|
|
help
|
|
|
Enable the USB backend of the library.
|
|
|
|
|
@@ -43,18 +43,18 @@ comment "The USB backend needs a toolchain w/ threads"
|
|
|
|
|
|
config BR2_PACKAGE_LIBIIO_SERIAL_BACKEND
|
|
|
bool "Serial backend"
|
|
|
+ default y
|
|
|
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
|
|
select BR2_PACKAGE_LIBSERIALPORT
|
|
|
- default y
|
|
|
help
|
|
|
Enable the serial backend of the library.
|
|
|
|
|
|
config BR2_PACKAGE_LIBIIO_IIOD
|
|
|
bool "IIO Daemon"
|
|
|
- select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
|
|
+ default y
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
depends on !BR2_bfin
|
|
|
- default y
|
|
|
+ select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
|
|
help
|
|
|
Install the IIO Daemon.
|
|
|
|