xref: /aosp_15_r20/external/coreboot/src/drivers/crb/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config CRB_TPM
4	bool
5	default n
6	help
7	  Mainboard has Command Response Buffer support
8
9config CRB_TPM_BASE_ADDRESS
10	hex
11	default 0xfed40000
12	help
13	  Base Address of the CRB TPM Command Structure
14