From 1d05fd5bc40d727826510ec81496ce4a49e257ed Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 14 Nov 2013 13:44:19 -0800 Subject: [PATCH] nyan: Add a kconfig for building for the original nyans in pixel cases. The variable defaults to off because this will very much be the common case. It's set to y in the nyan config at the moment, though, since the pixel versions are the most common for now. BUG=None TEST=With this and other changes built and booted on old and new nyan boards. BRANCH=None Change-Id: Ib42c71e693663ccbea62fbabbc1500a1c7ecef24 Signed-off-by: Gabe Black Reviewed-on: https://chromium-review.googlesource.com/176904 Reviewed-by: Julius Werner Commit-Queue: Gabe Black Tested-by: Gabe Black --- configs/config.nyan | 1 + src/mainboard/google/nyan/Kconfig | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/configs/config.nyan b/configs/config.nyan index 430c690c83..5eb2054473 100644 --- a/configs/config.nyan +++ b/configs/config.nyan @@ -1,5 +1,6 @@ CONFIG_VENDOR_GOOGLE=y CONFIG_BOARD_GOOGLE_NYAN=y +CONFIG_NYAN_IN_A_PIXEL=y CONFIG_COREBOOT_ROMSIZE_KB_1024=y # CONFIG_CONSOLE_SERIAL is not set CONFIG_COLLECT_TIMESTAMPS=y diff --git a/src/mainboard/google/nyan/Kconfig b/src/mainboard/google/nyan/Kconfig index d0dea86c0f..f0033ff370 100644 --- a/src/mainboard/google/nyan/Kconfig +++ b/src/mainboard/google/nyan/Kconfig @@ -88,4 +88,8 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS hex default 1 +config NYAN_IN_A_PIXEL + bool + default n + endif # BOARD_GOOGLE_NYAN