aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/pc80/Kconfig')
-rw-r--r--src/drivers/pc80/Kconfig10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig
index f6da88c03c..a1e94aba57 100644
--- a/src/drivers/pc80/Kconfig
+++ b/src/drivers/pc80/Kconfig
@@ -17,16 +17,10 @@ config DRIVERS_PS2_KEYBOARD
this option, then you can say N here to speed up boot time.
Otherwise say Y.
-config LPC_TPM
- bool
- default n
- help
- Enable this option to enable TPM support in coreboot.
-
- If unsure, say N.
-
config DRIVERS_MC146818
bool
default y if ARCH_X86
+source src/drivers/pc80/tpm/Kconfig
+
endif