summaryrefslogtreecommitdiffstats
path: root/rules/libusb.in
blob: ca08d81f2f961c0ae129a53c977283e774ee79dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=system_libraries
menuconfig LIBUSB
	tristate
	prompt "libusb                        "

if LIBUSB

config LIBUSB_DOCS
	bool
	depends on LIBUSB
	prompt "Documentation"
	help
	  Activate to build the libusb-documentation

endif