summaryrefslogtreecommitdiff
path: root/src/drivers/crb/Kconfig
blob: bfd8be06d6de051d77576c3678ae89b2aa49ad6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config CRB_TPM
	bool
	help
	  CRB TPM driver is enabled!

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