Add Kconfig options to enable TSEG and set a size
[coreboot.git] / src / Kconfig
index 74fd015242a4a25dbdf992a9a9829de14a241771..f7180a98c0aabd91e8d68fcfd9f95f8855aa96bb 100644 (file)
@@ -254,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
@@ -938,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