summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2019-10-08 11:15:03 -0700
committerCommit Bot <commit-bot@chromium.org>2019-11-22 02:04:33 +0000
commit63d82734aa8d4d3f11f4178bdf54cc61f0ea6559 (patch)
treee9aff68ff3673d42ab37cf4b3614fd45787b496e /include/config.h
parentb6e36785982074af5638c456f305871f1465d460 (diff)
downloadchrome-ec-63d82734aa8d4d3f11f4178bdf54cc61f0ea6559.tar.gz
Trogdor: Initial board commit
This is an initial commit for Trogdor. Use Cheza as a baseline. Make the change according to the schematic, e.g. * Reflect the GPIO change * Reflect the TCPC/PPC part change * Update the USB topology, e.g. no device mode support * Remove the detachable related code * Add keyboard support * Support keyboard backlight * Update the battery characteristic * Add initial support of muxing DP path * Support a single USB-A port * Change sensors from lid to base * Minor code style improvement BRANCH=None BUG=b:143616352 TEST=BOARD=trogdor make Change-Id: Ia9bb0adfcb8d347e6335fd3ae1e565b0f9d1a025 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1847204 Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Alexandru M Stan <amstan@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index ae331f7fa5..dcfc3b175f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1094,6 +1094,7 @@
#undef CONFIG_CHIPSET_RK3288 /* Rockchip rk3288 */
#undef CONFIG_CHIPSET_RK3399 /* Rockchip rk3399 */
#undef CONFIG_CHIPSET_SKYLAKE /* Intel Skylake (x86) */
+#undef CONFIG_CHIPSET_SC7180 /* Qualcomm SC7180 */
#undef CONFIG_CHIPSET_SDM845 /* Qualcomm SDM845 */
#undef CONFIG_CHIPSET_STONEY /* AMD Stoney (x86)*/
#undef CONFIG_CHIPSET_TIGERLAKE /* Intel Tigerlake (x86) */