mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 08:45:26 -05:00
People not very intimate with PSP may not know the meaning of this recursive acronym. Hence replace the half-explanatory "PSP protocol" in the help description by the full expansion, like is done in the linked PSP Architecture Specification document. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/ae13c3ed7f80e604b8ae1561437a67b73549e599.1758784164.git.geert+renesas@glider.be Signed-off-by: Jakub Kicinski <kuba@kernel.org>
16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# PSP configuration
|
|
#
|
|
config INET_PSP
|
|
bool "PSP Security Protocol support"
|
|
depends on INET
|
|
select SKB_DECRYPTED
|
|
select SOCK_VALIDATE_XMIT
|
|
help
|
|
Enable kernel support for the PSP Security Protocol (PSP).
|
|
For more information see:
|
|
https://raw.githubusercontent.com/google/psp/main/doc/PSP_Arch_Spec.pdf
|
|
|
|
If unsure, say N.
|