summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/config_chip.h')
-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 c0e01b6ea6..792a6fabcb 100644
--- a/zephyr/shim/include/config_chip.h
+++ b/zephyr/shim/include/config_chip.h
@@ -355,6 +355,11 @@ enum battery_type {
#define CONFIG_KEYBOARD_KEYPAD
#endif
+#undef CONFIG_KEYBOARD_VIVALDI
+#ifdef CONFIG_PLATFORM_EC_KEYBOARD_VIVALDI
+#define CONFIG_KEYBOARD_VIVALDI
+#endif
+
#undef CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI2
#ifdef CONFIG_PLATFORM_EC_KEYBOARD_PWRBTN_ASSERTS_KSI2
#define CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI2