From c3686b3d02ceb7d54913d12995b9d3bce45e376f Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 1 Feb 2016 15:28:02 +0100 Subject: chromebooks: Configure Chrome EC board names For devices with Chrome EC, state the "board" name(s), so they're built as part of the image. A number of EC boards aren't supported in the Chrome EC master branch, they're brought along but commented out, waiting for a port to master in the Chrome EC code base. Change-Id: Ic6ab821de55cf9b4e8b48fe5ebc603adeb8bb28b Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/13548 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/google/oak/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/mainboard/google/oak/Kconfig') diff --git a/src/mainboard/google/oak/Kconfig b/src/mainboard/google/oak/Kconfig index 33f10be01a..f479bdd886 100644 --- a/src/mainboard/google/oak/Kconfig +++ b/src/mainboard/google/oak/Kconfig @@ -55,4 +55,12 @@ config DRIVER_TPM_I2C_ADDR hex default 0x20 +config EC_GOOGLE_CHROMEEC_BOARDNAME + string + default "oak" + +config EC_GOOGLE_CHROMEEC_PD_BOARDNAME + string + default "oak_pd" + endif # BOARD_GOOGLE_OAK -- cgit v1.2.3