Martin L Roth has uploaded this change for review. ( 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 --- M src/mainboard/google/oak/Kconfig 1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/81023/1
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. #### ##########################################################