summaryrefslogtreecommitdiffstats
path: root/rules/crda.in
blob: b0008e7f5be8b792758b4642340304d3e8e48d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=networking

config CRDA
	tristate
	select LIBNL3
	select OPENSSL
	prompt "crda"
	help
	  CRDA acts as the udev helper for communication between the kernel and
	  userspace for regulatory compliance. It relies on nl80211 for communication.
	  CRDA is intended to be run only through udev communication from the kernel.
	  The user should never have to run it manually except if debugging udev issues.