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