xref: /linux/net/psp/Kconfig (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PSP configuration
4#
5config INET_PSP
6	bool "PSP Security Protocol support"
7	depends on INET
8	select SKB_DECRYPTED
9	select SKB_EXTENSIONS
10	select SOCK_VALIDATE_XMIT
11	help
12	Enable kernel support for the PSP Security Protocol (PSP).
13	For more information see:
14	  https://raw.githubusercontent.com/google/psp/main/doc/PSP_Arch_Spec.pdf
15
16	If unsure, say N.
17