Add TPM support to coreboot
[coreboot.git] / src / Kconfig
index ac83e598b23c9d311361498c056a62aaa57968a6..f7180a98c0aabd91e8d68fcfd9f95f8855aa96bb 100644 (file)
@@ -120,6 +120,13 @@ config EARLY_CBMEM_INIT
          stage. This could be useful when the rom stage wants to communicate
          some, for instance, execution timestamps.
 
+config COLLECT_TIMESTAMPS
+       bool "Create a table of timestamps collected during boot"
+       depends on EARLY_CBMEM_INIT
+       help
+         Make coreboot create a table of timer id/timer value pairs to
+         allow measuring time spent at different phases of the boot
+         process.
 endmenu
 
 source src/mainboard/Kconfig
@@ -247,6 +254,10 @@ config IOAPIC
        bool
        default n
 
+config TPM
+       bool
+       default n
+
 # TODO: Can probably be removed once all chipsets have kconfig options for it.
 config VIDEO_MB
        int
@@ -931,3 +942,4 @@ config POWER_BUTTON_IS_OPTIONAL
          Internal option that controls ENABLE_POWER_BUTTON visibility.
 
 source src/Kconfig.deprecated_options
+source src/vendorcode/Kconfig