soc/mediatek/mt8196: Correct the region size for mcufw_reserved
[coreboot2.git] / src / soc / amd / common / block / xhci / Kconfig
blobb332dd00285a104754475b729b425afdc44094da
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_AMD_COMMON_BLOCK_XHCI
4         bool
5         help
6           Select this option to use AMD common XHCI support.
8 if SOC_AMD_COMMON_BLOCK_XHCI
10 config SOC_AMD_COMMON_BLOCK_XHCI_ELOG
11         bool
12         default y
13         depends on ELOG
14         select SMM_PCI_RESOURCE_STORE
15         help
16           Enables logging of XHCI events in the elog
18 endif