diff options
author | Martin Roth <gaumless@gmail.com> | 2024-03-03 14:06:50 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-03-05 21:37:37 +0000 |
commit | dca7eb5125a72f26b15236377a6aa1da053a386d (patch) | |
tree | 9626abe62a12653a02c25719bfd0ff951602a9f4 /src/mainboard/google | |
parent | 0201d989f20b3157d52fb9dca01256ebe6550126 (diff) |
mb/google/oak: Don't build the ChromeEC codebase by default
Currently, the oak boards are the only boards that build the ChromeEC
by default as a part of the coreboot build.
As a part of replacing the chromeec submodule with a different build
mechanism, disable this default.
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Idd4fe45e52dbdd1c8dccf0d2c09d5cf6d61aa839
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81023
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/oak/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/google/oak/Kconfig b/src/mainboard/google/oak/Kconfig index 3eba1f0285..07c22d4f73 100644 --- a/src/mainboard/google/oak/Kconfig +++ b/src/mainboard/google/oak/Kconfig @@ -46,14 +46,6 @@ config BOOT_DEVICE_SPI_FLASH_BUS int default 9 -config EC_GOOGLE_CHROMEEC_BOARDNAME - string - default "oak" - -config EC_GOOGLE_CHROMEEC_PD_BOARDNAME - string - default "oak_pd" - ########################################################## #### Update below when adding a new derivative board. #### ########################################################## |