xref: /aosp_15_r20/external/coreboot/src/soc/intel/common/block/xhci/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config SOC_INTEL_COMMON_BLOCK_XHCI
4	bool
5	help
6	  Intel Processor common XHCI support
7
8config SOC_INTEL_COMMON_BLOCK_XHCI_ELOG
9	bool
10	default n
11	depends on SOC_INTEL_COMMON_BLOCK_XHCI
12	help
13	  Set this option to identify if XHCI caused a wake up and log that
14	  information into the event log.
15