summaryrefslogtreecommitdiff
path: root/src/drivers/crb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/crb/Kconfig')
-rw-r--r--src/drivers/crb/Kconfig10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/drivers/crb/Kconfig b/src/drivers/crb/Kconfig
index bfd8be06d6..b65176ea89 100644
--- a/src/drivers/crb/Kconfig
+++ b/src/drivers/crb/Kconfig
@@ -1,17 +1,11 @@
config CRB_TPM
bool
+ default n
help
- CRB TPM driver is enabled!
+ Mainboard has Command Response Buffer support
config CRB_TPM_BASE_ADDRESS
hex
default 0xfed40000
help
Base Address of the CRB TPM Command Structure
-
-config MAINBOARD_HAS_CRB_TPM
- bool
- default n
- select CRB_TPM
- help
- Mainboard has Command Response Buffer support