1# SPDX-License-Identifier: GPL-2.0-or-later 2# Copyright (c) 2023 Huawei Device Co., Ltd. 3# 4config SECURITY_CODE_SIGN 5 bool "Advanced code signing features based on FS Verity" 6 depends on FS_VERITY 7 default n 8 help 9 This option enables additional code signing features based 10 on fs-verity, such as 1) protecting part of file to support 11 carried signature and Merkle tree, 2) verifying if a signing 12 certificate can be trusted, etc. 13 14 If unsure, say N. 15