blob: abbd0b86b81a48619199faab4b6afa5bd280b965 [file] [log] [blame]
Elyes HAOUASf7b2fe62020-05-07 12:38:15 +02001# SPDX-License-Identifier: GPL-2.0-only
Philipp Deppenwiesefea24292017-10-17 17:02:29 +02002
Julius Wernerfdabf3f2020-05-06 17:06:35 -07003# These features are implemented in src/lib/cbfs.c, but they are security
4# features so sort them in here for menuconfig.
5source "src/lib/Kconfig.cbfs_verification"
6
Philipp Deppenwiesefea24292017-10-17 17:02:29 +02007source "src/security/vboot/Kconfig"
Philipp Deppenwiese64e2d192017-10-18 17:13:07 +02008source "src/security/tpm/Kconfig"
Patrick Rudolph1b352952019-02-21 12:04:21 +01009source "src/security/memory/Kconfig"
Patrick Rudolph5fffb5e2019-07-25 11:55:30 +020010source "src/security/intel/Kconfig"
Patrick Rudolph78feacc2019-12-03 19:43:06 +010011source "src/security/lockdown/Kconfig"