mb/google/brya: Create rull variant
[coreboot2.git] / src / vendorcode / eltan / security / Kconfig
blob0d8d04cd84333adbe455ff6b3f0eb050d03bad0e
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config USE_VENDORCODE_ELTAN
4         bool
6 if USE_VENDORCODE_ELTAN
8 menu "Eltan Security Settings"
10 source "src/vendorcode/eltan/security/mboot/Kconfig"
11 source "src/vendorcode/eltan/security/verified_boot/Kconfig"
13 endmenu
15 endif