diff options
author | John Zhao <john.zhao@intel.com> | 2022-01-10 15:49:37 -0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-28 15:12:32 +0000 |
commit | 3c46371a514114aab744b86b1098dc27ebe891df (patch) | |
tree | 7b8104d1ea39ef4c2b6c6f832bde3edf7f489002 /src/soc/intel/common/block/usb4/Kconfig | |
parent | 0bc5d9dfff8ecd380fa914a6e0885aef04467f8d (diff) |
soc/intel: Abstract the common block API for TCSS registers access
The existing TCSS registers access is through the REGBAR. There will be
future platforms which access the TCSS registers through the Sideband
interface. This change abstracts the common block API for TCSS access.
BUG=b:213574324
TEST=Build platforms coreboot images successfully.
Signed-off-by: John Zhao <john.zhao@intel.com>
Change-Id: I3e2696b117af24412d73b257f470efc40caa5022
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60989
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/soc/intel/common/block/usb4/Kconfig')
-rw-r--r-- | src/soc/intel/common/block/usb4/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/usb4/Kconfig b/src/soc/intel/common/block/usb4/Kconfig index bc1eb19d49..05337be0da 100644 --- a/src/soc/intel/common/block/usb4/Kconfig +++ b/src/soc/intel/common/block/usb4/Kconfig @@ -1,6 +1,7 @@ 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. |