summaryrefslogtreecommitdiffstats
path: root/rules/usb-modeswitch.in
blob: aaefd8658b1a82dd5ce779383da19d8eb9a6bd3d (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=shell_and_console

config USB_MODESWITCH
	tristate
	prompt "usb-modeswitch"
	select LIBUSB
	help
	  USB_ModeSwitch is (surprise!) a mode switching tool
	  for controlling 'multi-mode' USB devices.

# vim: set sw=8 ts=8 noet ft=kconfig: