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

if LIBUSB

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

endif