vendorcode/eltan: Cleanup Kconfig files

The vendorcode/eltan and vendorcode/eltan/security directories
were both adding the mboot and verified_boot Kconfigs.

BUG=N/A
TEST=build

Change-Id: I6b5f19b4660d60345391b7320ce42466fd2cc769
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36479
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Wim Vervoorn 2019-10-30 15:45:51 +01:00 committed by Patrick Georgi
parent 55a2149903
commit 3cf40b68c0
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2014-2018 Eltan B.V.
## Copyright (C) 2019 Eltan B.V.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@ -17,6 +17,5 @@ config USE_VENDORCODE_ELTAN
bool
if USE_VENDORCODE_ELTAN
source src/vendorcode/eltan/security/mboot/Kconfig
source src/vendorcode/eltan/security/verified_boot/Kconfig
source src/vendorcode/eltan/security/Kconfig
endif

View File

@ -1,6 +1,6 @@
## This file is part of the coreboot project.
##
## Copyright (C) 2018 Eltan B.V.
## Copyright (C) 2018-2019 Eltan B.V.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@ -12,5 +12,7 @@
## GNU General Public License for more details.
##
menu "Eltan Security Settings"
source src/vendorcode/eltan/security/mboot/Kconfig
source src/vendorcode/eltan/security/verified_boot/Kconfig
endmenu