Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81023?usp=email )
Change subject: mb/google/oak: Don't build the ChromeEC codebase by default ......................................................................
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 --- M src/mainboard/google/oak/Kconfig 1 file changed, 0 insertions(+), 8 deletions(-)
Approvals: Yu-Ping Wu: Looks good to me, approved Matt DeVillier: Looks good to me, approved Hung-Te Lin: Looks good to me, but someone else must approve build bot (Jenkins): Verified Julius Werner: Looks good to me, approved Yidi Lin: Looks good to me, approved
diff --git a/src/mainboard/google/oak/Kconfig b/src/mainboard/google/oak/Kconfig index 3eba1f0..07c22d4 100644 --- a/src/mainboard/google/oak/Kconfig +++ b/src/mainboard/google/oak/Kconfig @@ -46,14 +46,6 @@ 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. #### ##########################################################