aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index af82353b72..693e0e7d3d 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -269,6 +269,16 @@ menu "Generic Drivers"
source src/drivers/Kconfig
endmenu
+config TPM
+ bool
+ default n
+ select LPC_TPM if ARCH_X86
+ select I2C_TPM if ARCH_ARMV7
+ help
+ Enable this option to enable TPM support in coreboot.
+
+ If unsure, say N.
+
config HEAP_SIZE
hex
default 0x4000