blob: b5230f0a4d73c09d1f969f9cc68bd826b5d17f2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## SPDX-License-Identifier: GPL-2.0-only
config SOC_INTEL_COMMON_BLOCK_XHCI
bool
help
Intel Processor common XHCI support
config SOC_INTEL_COMMON_BLOCK_XHCI_ELOG
bool
default n
depends on SOC_INTEL_COMMON_BLOCK_XHCI
help
Set this option to identify if XHCI caused a wake up and log that
information into the event log.
|