summaryrefslogtreecommitdiffstats
path: root/rules/libftdi.in
blob: bd3aae8d4192d5b6ec44316ec38085fadf89d6a5 (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
## SECTION=system_libraries

menuconfig LIBFTDI
	tristate
	prompt "libftdi                       "
	select LIBUSB_COMPAT
	select BOOST if LIBFTDI_CPP_WRAPPER
	help
	  Library to control and program the FTDI USB controller

	  his library could talk to FTDI's FT232 and FT245 type USB
	  chips from userspace. It uses libusb to communicate with the
	  chips.

	  Functionalities include the possibility to use the chips in
	  standard mode, in bitbang mode, and to read or write the
	  serial EEPROM.

if LIBFTDI

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

endif