summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/usb4/Kconfig
blob: 05337be0dabd81ed50922883a89c7edda247c3a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
config SOC_INTEL_COMMON_BLOCK_USB4
	bool
	default n
	depends on SOC_INTEL_COMMON_BLOCK_TCSS
	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.

config SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES
	bool
	default n
	depends on SOC_INTEL_COMMON_BLOCK_USB4
	select PCIEXP_HOTPLUG
	help
	  Enable USB4 PCIe resources for reserving hotplug buses and memory.