summaryrefslogtreecommitdiffstats
path: root/rules/dropwatch.in
blob: b432e8171c8e1919d9397c86ed7791e45901d35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=debug_tools

config DROPWATCH
	tristate
	prompt "dropwatch"
	select BINUTILS
	select LIBNL3
	select READLINE
	help
	  user space utility for use with dropwatch kernel protocol
	  
	  http://git.infradead.org/users/nhorman/dropwatch.git

# vim: ft=kconfig noet tw=72