diff options
author | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2022-05-24 09:25:57 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2022-07-01 07:23:58 +0000 |
commit | 366fba27a8416c7303510540d926d11afb9c1459 (patch) | |
tree | d031fe93dde78a63c565974f29c241c58e185ac7 /src/mainboard/google/rex/Kconfig | |
parent | 7c304f8d3433b88969cd9ccd7fa6149e5030f8e7 (diff) |
mb/google/rex: Enable building for Chrome OS
Enable building for Chrome OS and add associated ACPI configuration.
BUG=b:224325352
TEST=util/abuild/abuild -p none -t google/rex -a -c max
Signed-off-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Change-Id: I75cb2d30d699166a056ed9d3c0779816b733b0d2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64621
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rex/Kconfig')
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index dbccce6770..3ce79cb1e7 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -9,6 +9,7 @@ config BOARD_GOOGLE_BASEBOARD_REX select BOARD_GOOGLE_REX_COMMON select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_ESPI + select MAINBOARD_HAS_CHROMEOS select SOC_INTEL_METEORLAKE select SYSTEM_TYPE_LAPTOP @@ -22,6 +23,7 @@ config BASEBOARD_DIR default "rex" if BOARD_GOOGLE_BASEBOARD_REX config CHROMEOS + select EC_GOOGLE_CHROMEEC_SWITCHES select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC select VBOOT_LID_SWITCH |