blob: 65d2defe7debf0c0737640d06ada7cd008bbf65f [file] [log] [blame]
Philipp Deppenwiese1899fbe2017-10-16 17:09:33 +02001## This file is part of the coreboot project.
2##
Philipp Deppenwiese1899fbe2017-10-16 17:09:33 +02003##
4## This program is free software; you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; version 2 of the License.
7##
8## This program is distributed in the hope that it will be useful,
9## but WITHOUT ANY WARRANTY; without even the implied warranty of
10## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11## GNU General Public License for more details.
12##
Philipp Deppenwiesefea24292017-10-17 17:02:29 +020013
14source "src/security/vboot/Kconfig"
Philipp Deppenwiese64e2d192017-10-18 17:13:07 +020015source "src/security/tpm/Kconfig"
Patrick Rudolph1b352952019-02-21 12:04:21 +010016source "src/security/memory/Kconfig"
Patrick Rudolph5fffb5e2019-07-25 11:55:30 +020017source "src/security/intel/Kconfig"
Patrick Rudolph78feacc2019-12-03 19:43:06 +010018source "src/security/lockdown/Kconfig"