• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3config USE_VENDORCODE_ELTAN
4	bool
5
6if USE_VENDORCODE_ELTAN
7
8menu "Eltan Security Settings"
9
10source "src/vendorcode/eltan/security/mboot/Kconfig"
11source "src/vendorcode/eltan/security/verified_boot/Kconfig"
12
13endmenu
14
15endif
16