summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/projects/volteer/include/shimmed_tasks.h8
-rw-r--r--zephyr/projects/volteer/prj.conf1
2 files changed, 3 insertions, 6 deletions
diff --git a/zephyr/projects/volteer/include/shimmed_tasks.h b/zephyr/projects/volteer/include/shimmed_tasks.h
index 4cdaa53879..af6ef4d20b 100644
--- a/zephyr/projects/volteer/include/shimmed_tasks.h
+++ b/zephyr/projects/volteer/include/shimmed_tasks.h
@@ -10,17 +10,13 @@
* Manually define these HAS_TASK_* defines. There is a build time assert
* to at least verify we have the minimum set defined correctly.
*/
-#define HAS_TASK_EXAMPLE 1
+#define HAS_TASK_KEYPROTO 1
/*
* Highest priority on bottom -- same as in platform/ec. List of CROS_EC_TASK
* items. See CONFIG_TASK_LIST in platform/ec's config.h for more informaiton
*/
#define CROS_EC_TASK_LIST \
- CROS_EC_TASK(EXAMPLE, example_entry, 0, 512)
-
-
-/* TODO remove once we have first shimmed volteer task */
-static inline void example_entry(void *p) {}
+ CROS_EC_TASK(KEYPROTO, keyboard_protocol_task, 0, 512)
#endif /* __CROS_EC_SHIMMED_TASKS_H */
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf
index 821fdfd600..fa97da35b6 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -8,3 +8,4 @@ CONFIG_AP_X86_INTEL_TGL=y
CONFIG_CROS_EC_RO=y
CONFIG_PLATFORM_EC=y
CONFIG_I2C=y
+CONFIG_PLATFORM_EC_KEYBOARD=y