diff options
Diffstat (limited to 'net/xfrm/Kconfig')
-rw-r--r-- | net/xfrm/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig new file mode 100644 index 000000000000..58ca6a972c48 --- /dev/null +++ b/net/xfrm/Kconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | # | ||
2 | # XFRM configuration | ||
3 | # | ||
4 | config XFRM_USER | ||
5 | tristate "IPsec user configuration interface" | ||
6 | depends on INET && XFRM | ||
7 | ---help--- | ||
8 | Support for IPsec user configuration interface used | ||
9 | by native Linux tools. | ||
10 | |||
11 | If unsure, say Y. | ||
12 | |||