diff options
author | Kane Chen <kane.chen@intel.corp-partner.google.com> | 2023-07-11 11:48:31 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-07-12 08:01:01 +0000 |
commit | 6665c296e3d2441090692dc0027d2bb5709c1245 (patch) | |
tree | 3aee1c2052e7e8221f27eb2f63d0d3f86f36422b /src/mainboard/google/rex | |
parent | ca0436f7c134e565cb83878efe4d4d4a9ef160f4 (diff) |
mb/google/rex: Disable DRIVERS_INTEL_DPTF_SUPPORTS_TPCH
There is no PCH FIVR participant on MTL and we should remove it
in Rex.
TEST=compile ok and make sure there no TPCH device in acpi
BUG=b:290322310
Change-Id: Icf4be86da3f3cb9b1f0a3f2586b029a533c3e6a9
Signed-off-by: Kane Chen <kane.chen@intel.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76402
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-by: Sukumar Ghorai <sukumar.ghorai@intel.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rex')
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 257555463c..a45e857275 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -5,7 +5,6 @@ config BOARD_GOOGLE_REX_COMMON select DRIVERS_I2C_GENERIC select DRIVERS_I2C_HID select DRIVERS_INTEL_DPTF - select DRIVERS_INTEL_DPTF_SUPPORTS_TPCH select DRIVERS_INTEL_USB4_RETIMER select DRIVERS_WIFI_GENERIC select DRIVERS_INTEL_MIPI_CAMERA |