xref: /linux/net/psp/Kconfig (revision 35758b0032c056cdff3e8f5a70669cb3e2c8d0e4)
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 SOCK_VALIDATE_XMIT
10	help
11	Enable kernel support for the PSP protocol.
12	For more information see:
13	  https://raw.githubusercontent.com/google/psp/main/doc/PSP_Arch_Spec.pdf
14
15	If unsure, say N.
16