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.
