summaryrefslogtreecommitdiffstats
path: root/rules/libftdi1.in
blob: d0b34ab433271b15f27d534c22e9e2a14c224e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
## SECTION=system_libraries

menuconfig LIBFTDI1
	tristate
	prompt "libftdi1                      "
	select HOST_CMAKE
	select GCCLIBS_GCC_S	if LIBFTDI1_CPP_WRAPPER
	select LIBUSB
	select BOOST		if LIBFTDI1_CPP_WRAPPER
	select LIBCONFUSE	if LIBFTDI1_FTDI_EEPROM
	help
	   libFTDI is an open source library to talk to FTDI chips:
	   FT232BM, FT245BM, FT2232C, FT2232D, FT245R and FT232H
	   including the popular bitbang mode.

	   libftdi1 is the successor of libftdi based on libusb1

if LIBFTDI1

config LIBFTDI1_EXAMPLES
	bool
	prompt "build and install examples"
	help
	  Build and install example programes.
	  Will be installed to /usr/bin/libftdi1/

config LIBFTDI1_FTDI_EEPROM
	bool
	prompt "build and install ftdi_eeprom"
	help
	  Advanced tool to read and write ftdi eeprom.
	  Simpler tools are available when installing examples.
	  Will be installed to /usr/bin/

	  Needs library confuse

config LIBFTDI1_CPP_WRAPPER
	bool
	prompt "enable C++ wrapper"
	help
	  Needs library boost

endif