summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorYen Lin <yelin@nvidia.com>2013-09-03 12:04:55 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-17 22:52:12 +0000
commit140404ffdfb54faa432128435e87aacd9a5761a6 (patch)
tree1c5f958d30632c3c1b5443d4117df64eea886bef /include/config.h
parent99472d5cb577681b6b711e001f5a50e6abc2e356 (diff)
downloadchrome-ec-140404ffdfb54faa432128435e87aacd9a5761a6.tar.gz
ec: add nyan board
This is to add nyan board support: - new files in board/nyan folder, including battery.c - new common/chipset_tegra.c, which is mostly based on chipset_gaia.c - new include/tegra_power.h - modified build.mk and flash_ec for nyan BUG=none BRANCH=nyan TEST=tested on Venice 2 board Change-Id: I36895f34f2f4d144a9440aff358c8274797ebbd6 Signed-off-by: Yen Lin <yelin@nvidia.com> Reviewed-on: https://chromium-review.googlesource.com/168078 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 2610a35284..7092d3da86 100644
--- a/include/config.h
+++ b/include/config.h
@@ -182,6 +182,7 @@
#undef CONFIG_CHIPSET_GAIA /* Gaia and Ares (ARM) */
#undef CONFIG_CHIPSET_HASWELL /* Intel Haswell (x86) */
#undef CONFIG_CHIPSET_IVYBRIDGE /* Intel Ivy Bridge (x86) */
+#undef CONFIG_CHIPSET_TEGRA /* Tegra */
/* Compile common x86 chipset infrastructure. Required for x86 chips. */
#undef CONFIG_CHIPSET_X86
@@ -776,6 +777,7 @@
#undef CONFIG_CHIPSET_HASWELL
#undef CONFIG_CHIPSET_IVYBRIDGE
#undef CONFIG_CHIPSET_X86
+#undef CONFIG_CHIPSET_TEGRA
#endif
#ifndef HAS_TASK_KEYPROTO