summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2024-02-15 15:37:32 -0600
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 02:29:15 +0000
commit88d5807314b05d905b90dff2e301baade3cbdb28 (patch)
tree85652c341c95d1aff442bdda19393a525fc00e0f
parent76c7176e594fb1bb2ba8e6d7f8747d9e765ffca0 (diff)
downloadcoreboot-88d5807314b05d905b90dff2e301baade3cbdb28.tar.gz
coreboot-88d5807314b05d905b90dff2e301baade3cbdb28.tar.bz2
coreboot-88d5807314b05d905b90dff2e301baade3cbdb28.zip
mb/intel/tglrvp: Drop selection of SOC_INTEL_COMMON_BLOCK_DTT
It's already selected at the SoC level, so selecting at the board level is redundant. Change-Id: Ifbe7f88858b9e5e8e5185dbff5853186fd3c66cb Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80557 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--src/mainboard/intel/tglrvp/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/tglrvp/Kconfig b/src/mainboard/intel/tglrvp/Kconfig
index 25fa314fc867..eab638edbcda 100644
--- a/src/mainboard/intel/tglrvp/Kconfig
+++ b/src/mainboard/intel/tglrvp/Kconfig
@@ -16,7 +16,6 @@ config BOARD_SPECIFIC_OPTIONS
select DRIVERS_USB_ACPI
select DRIVERS_SPI_ACPI
select SOC_INTEL_TIGERLAKE
- select SOC_INTEL_COMMON_BLOCK_DTT
select INTEL_LPSS_UART_FOR_CONSOLE
select DRIVERS_INTEL_ISH
select EC_ACPI