diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-02-08 16:33:52 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-02-09 01:46:26 +0100 |
commit | c146d668ef56c3cc21a1e2afd7df7776a3aed9e3 (patch) | |
tree | 6e01a673ae711efd68f69529932d7f548a6d183e /src/Kconfig | |
parent | 223af0dc4480dbcf55802e879c723003909bf1e1 (diff) | |
download | coreboot-c146d668ef56c3cc21a1e2afd7df7776a3aed9e3.tar.xz |
DEBUG_CBFS should not depend on TPM
This seemed to have been introduced in fe422184.
Change-Id: I4f9ecfbec42aa8c0bb8887675a3add8951645b98
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2327
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index 32a63d80f1..726fa39a3b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -597,7 +597,6 @@ config GDB_WAIT config DEBUG_CBFS bool "Output verbose CBFS debug messages" default n - depends on TPM help This option enables additional CBFS related debug messages. |