summaryrefslogtreecommitdiff
path: root/src/vendorcode/eltan/security/Kconfig
blob: 43482fffe316f9f63a097a772240b0f6a8443092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only

config USE_VENDORCODE_ELTAN
	bool

if USE_VENDORCODE_ELTAN

menu "Eltan Security Settings"

source "src/vendorcode/eltan/security/mboot/Kconfig"
source "src/vendorcode/eltan/security/verified_boot/Kconfig"

endmenu

endif