Kconfig 522 B

123456789101112131415161718192021222324252627
  1. #
  2. # XFRM configuration
  3. #
  4. config XFRM
  5. bool
  6. depends on NET
  7. config XFRM_USER
  8. tristate "IPsec user configuration interface"
  9. depends on INET && XFRM
  10. ---help---
  11. Support for IPsec user configuration interface used
  12. by native Linux tools.
  13. If unsure, say Y.
  14. config NET_KEY
  15. tristate "PF_KEY sockets"
  16. select XFRM
  17. ---help---
  18. PF_KEYv2 socket family, compatible to KAME ones.
  19. They are required if you are going to use IPsec tools ported
  20. from KAME.
  21. Say Y unless you know what you are doing.