blob: b332dd00285a104754475b729b425afdc44094da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## SPDX-License-Identifier: GPL-2.0-only
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
|