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 <gabeblack@google.com>
Reviewed-on: https://chromium-review.googlesource.com/176904
Reviewed-by: Julius Werner <jwerner@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
Gabe Black 2013-11-14 13:44:19 -08:00 committed by chrome-internal-fetch
commit 1d05fd5bc4
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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