summaryrefslogtreecommitdiff
path: root/zephyr/shim
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2023-04-05 15:27:09 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-07 20:18:28 +0000
commita421b3380fb85c7e6dc990d7c668899bebb4b5d1 (patch)
tree68633ebeff76545195a97abc864e0a8dce03d701 /zephyr/shim
parent7e383f28f4db0fbe6b54161234733277e3860f27 (diff)
downloadchrome-ec-a421b3380fb85c7e6dc990d7c668899bebb4b5d1.tar.gz
Zephyr: Add NX20P3481 CONFIG
Add a configuration for the now lesser-used NX20P3481 chip. BRANCH=None BUG=b:276468569 TEST=CQ+1 Change-Id: I28c2cc4821e4e456571bfb5584fa746845c9a750 Signed-off-by: Diana Z <dzigterman@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4404284 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'zephyr/shim')
-rw-r--r--zephyr/shim/include/config_chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/shim/include/config_chip.h b/zephyr/shim/include/config_chip.h
index 14f733d3c8..7cfa79cb43 100644
--- a/zephyr/shim/include/config_chip.h
+++ b/zephyr/shim/include/config_chip.h
@@ -1698,6 +1698,11 @@ extern char mock_jump_data[CONFIG_PLATFORM_EC_PRESERVED_END_OF_RAM_SIZE];
#define CONFIG_USBC_PPC_KTU1125
#endif
+#undef CONFIG_USBC_PPC_NX20P3481
+#ifdef CONFIG_PLATFORM_EC_USBC_PPC_NX20P3481
+#define CONFIG_USBC_PPC_NX20P3481
+#endif
+
#undef CONFIG_USBC_PPC_NX20P3483
#ifdef CONFIG_PLATFORM_EC_USBC_PPC_NX20P3483
#define CONFIG_USBC_PPC_NX20P3483