summaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2024-07-24 15:36:14 -0500
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-07-26 02:58:36 +0000
commita391ae18a8ddb3dded031a2cca8210739d3ce1f8 (patch)
treec76374b67955bfdf444b66917b4d82e29f9aab5f /src/mainboard/google
parent331cb328c29dee5cb4053059fd21f134176ca96f (diff)
ec/google/chromeec: Drop ability to build Chrome-EC, PD components
In preparation for dropping the Chrome-EC submodule, remove the ability for Chrome-EC and PD components to be built as part of coreboot. These components have not been used or buildable for many years. Change-Id: Ibf6bd43e755cf5b4d2aa8a42f38dc52e7023e9b3 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83638 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Caveh Jalali <caveh@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/foster/Kconfig4
-rw-r--r--src/mainboard/google/rambi/Kconfig4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/google/foster/Kconfig b/src/mainboard/google/foster/Kconfig
index 6a2d28ef06..cef17b103e 100644
--- a/src/mainboard/google/foster/Kconfig
+++ b/src/mainboard/google/foster/Kconfig
@@ -61,10 +61,6 @@ config DRIVER_TPM_I2C_ADDR
hex
default 0x20
-#config EC_GOOGLE_CHROMEEC_BOARDNAME
-# string
-# default "nyan"
-
config VBOOT_FWID_MODEL
string
default "Nvidia_Foster"
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig
index 600d9895a0..65339e02e4 100644
--- a/src/mainboard/google/rambi/Kconfig
+++ b/src/mainboard/google/rambi/Kconfig
@@ -143,10 +143,6 @@ config MAINBOARD_PART_NUMBER
config OVERRIDE_DEVICETREE
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
-config EC_GOOGLE_CHROMEEC_BOARDNAME
- string
- default ""
-
config MAINBOARD_SMBIOS_MANUFACTURER
string
default "GOOGLE"