summaryrefslogtreecommitdiffstats
path: root/rules/libiio.in
blob: 93ef298ecc9ae4861d3f24168af845e8cb73f4f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=system_libraries

menuconfig LIBIIO
	tristate
	prompt "libiio                        "
	select HOST_CMAKE
	help
	  A cross platform library for interfacing with local and
	  remote Linux IIO devices.

if LIBIIO

config LIBIIO_TEST_TOOLS
	bool "install test tools"
	help
	  Install IIO test tools: iio_adi_xflow_check, iio_attr,
	  iio_genxml, iio_info, iio_readdev, iio_reg and
	  iio_writedev.

endif