summaryrefslogtreecommitdiffstats
path: root/rules/usb-modeswitch.in
blob: 4a172ae715ce902e71cb9a8735ff2bbfbd1441af (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
## SECTION=shell_and_console

menuconfig USB_MODESWITCH
	tristate
	prompt "usb-modeswitch                "
	select LIBUSB
	select TCL if (USB_MODESWITCH_UDEV_HELPER || USB_MODESWITCH_SYSTEMD_UNIT) && RUNTIME
	help
	  USB_ModeSwitch is (surprise!) a mode switching tool
	  for controlling 'multi-mode' USB devices.

if USB_MODESWITCH

config USB_MODESWITCH_UDEV_HELPER
	bool "install udev helper"
	default y
	depends on UDEV

config USB_MODESWITCH_SYSTEMD_UNIT
	bool "install systemd unit file"
	default y
	depends on SYSTEMD

endif

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