summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/xhci/Kconfig
blob: ba9a8e81de5978448e9ae63e591f823d87ea880b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config SOC_AMD_COMMON_BLOCK_XHCI
	bool
	help
	  Select this option to use AMD common XHCI support.

if SOC_AMD_COMMON_BLOCK_XHCI

config SOC_AMD_COMMON_BLOCK_XHCI_ELOG
	bool
	default y
	depends on ELOG
	select SMM_PCI_RESOURCE_STORE
	help
	  Enables logging of XHCI events in the elog

endif