diff options
author | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2022-09-29 15:40:33 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-09-30 22:12:35 +0000 |
commit | 7fd9fed908aea57a61ec9e2581d09b1ca4a594cc (patch) | |
tree | ed2de54c8f9cb5d6fbab70f789c89766bf927048 | |
parent | 6cd5595bba3eaead3d69b4ce24007e60adb97c90 (diff) |
mb/google/skyrim: move EC switch selection from ChromeOS to Vboot
This is a vboot feature, not a ChromeOS one, and unless selected by
vboot, compilation will fail in the non-ChromeOS + vboot build case.
TEST=build/boot skyrim w/vboot, w/o ChromeOS
Change-Id: If9a5343907457bf3319f045262fdddf7eae2f1cb
Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67995
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index fc54f64cb0..cf2e136626 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -44,9 +44,6 @@ config BOARD_SPECIFIC_OPTIONS select PCIEXP_COMMON_CLOCK select PCIEXP_L1_SUB_STATE -config CHROMEOS - select EC_GOOGLE_CHROMEEC_SWITCHES - config DEVICETREE default "variants/baseboard/devicetree.cb" @@ -84,6 +81,7 @@ config VARIANT_DIR default "morthal" if BOARD_GOOGLE_MORTHAL config VBOOT + select EC_GOOGLE_CHROMEEC_SWITCHES select VBOOT_LID_SWITCH select VBOOT_SEPARATE_VERSTAGE |