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 <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/13548
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
diff --git a/src/mainboard/google/veyron/Kconfig b/src/mainboard/google/veyron/Kconfig
index 6b8bd0d..d32bd60 100644
--- a/src/mainboard/google/veyron/Kconfig
+++ b/src/mainboard/google/veyron/Kconfig
@@ -86,4 +86,18 @@
 	default 0x100000 if CHROMEOS
 	default ROM_SIZE
 
+config EC_GOOGLE_CHROMEEC_BOARDNAME
+	string
+	depends on CHROMEOS
+	#default "gus" if BOARD_GOOGLE_VEYRON_GUS
+	#default "jaq" if BOARD_GOOGLE_VEYRON_JAQ
+	default "jerry" if BOARD_GOOGLE_VEYRON_JERRY
+	#default "mighty" if BOARD_GOOGLE_VEYRON_MIGHTY
+	#default "minnie" if BOARD_GOOGLE_VEYRON_MINNIE
+	#default "nicky" if BOARD_GOOGLE_VEYRON_NICKY
+	#default "pinky" if BOARD_GOOGLE_VEYRON_PINKY
+	#default "minnie" if BOARD_GOOGLE_VEYRON_SHARK
+	#default "speedy" if BOARD_GOOGLE_VEYRON_SPEEDY
+	#default "thea" if BOARD_GOOGLE_VEYRON_THEA
+
 endif #  BOARD_GOOGLE_VEYRON