summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-02-09 07:41:36 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-10 18:03:54 +0000
commitd91a433c715099dc2bf7a2f5e9155fcfec69ef16 (patch)
tree3fed18cfa48f929a163638dd7569a72749ef829f /include/config.h
parent323a9788a25afe73ca646ef14824ca22711c506a (diff)
downloadchrome-ec-d91a433c715099dc2bf7a2f5e9155fcfec69ef16.tar.gz
power: Rename stoney.c to amd_x86.c
Rename stoney.c to amd_x86.c since it covers all currently supported AMD chipsets. Add CHIPSET_CEZANNE to guard any differences between STONEY and CEZANNE chipsets. BUG=b:175234270 BRANCH=None TEST=Build for zork and guybrush Signed-off-by: Rob Barnes <robbarnes@google.com> Change-Id: I96f82127729d64970b8d46fc8ef4ddba6489dd8a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2683923 Reviewed-by: Edward Hill <ecgh@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Diana Z <dzigterman@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 ddf4778841..4e4c81f357 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1177,6 +1177,7 @@
#undef CONFIG_CHIPSET_MT817X /* MediaTek MT817x */
#undef CONFIG_CHIPSET_MT8183 /* MediaTek MT8183 */
#undef CONFIG_CHIPSET_MT8192 /* MediaTek MT8192 */
+#undef CONFIG_CHIPSET_CEZANNE /* AMD Cezanne (x86) */
#undef CONFIG_CHIPSET_RK3288 /* Rockchip rk3288 */
#undef CONFIG_CHIPSET_RK3399 /* Rockchip rk3399 */
#undef CONFIG_CHIPSET_SKYLAKE /* Intel Skylake (x86) */
@@ -5532,6 +5533,7 @@
#undef CONFIG_CHIPSET_MT817X
#undef CONFIG_CHIPSET_MT8183
#undef CONFIG_CHIPSET_MT8192
+#undef CONFIG_CHIPSET_CEZANNE
#undef CONFIG_CHIPSET_RK3399
#undef CONFIG_CHIPSET_RK3288
#undef CONFIG_CHIPSET_SDM845