summaryrefslogtreecommitdiffstats
path: root/rules/usb-modeswitch.in
blob: 754e19304c74fca7fcd453126e78a26ed5d852a3 (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=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
	depends on STAGING

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

endif

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