blob: fb876e1fd98f66e6951549ebbb4bf3a36f9889e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
config SOC_INTEL_COMMON_BLOCK_USB4
bool
default n
help
Minimal PCI Driver for enabling SSDT generation for the DMA component
of Intel Thunderbolt/USB4 ports.
config SOC_INTEL_COMMON_BLOCK_USB4_PCIE
bool
default n
help
Chip driver for adding PCI ops and SSDT generation for common Intel
USB4/Thunderbolt root ports.
config SOC_INTEL_COMMON_BLOCK_USB4_XHCI
bool
default n
help
Minimal PCI driver for adding PCI ops and SSDT generation for common
Intel USB4/Thunderbolt North XHCI ports.
|