Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « xfrm « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58ca6a972c48b7ea22c4c936aae694a37ccb164d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# XFRM configuration
#
config XFRM_USER
	tristate "IPsec user configuration interface"
	depends on INET && XFRM
	---help---
	  Support for IPsec user configuration interface used
	  by native Linux tools.

	  If unsure, say Y.