summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-08-06 23:22:02 -0400
committerPete Johanson <peter@peterjohanson.com>2020-08-06 23:22:02 -0400
commitfd3ce4ba1cbd521b60020395696611cfa5810ab0 (patch)
treecc35ccb311ca6c8b9a412b180273a94e0a5b53ac /app
parent65a6a91f59127827cbcc13e15a26d6845071a7ef (diff)
Encoder Kconfig fixes.
Diffstat (limited to 'app')
-rw-r--r--app/drivers/zephyr/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig
index b22c4b1..0237846 100644
--- a/app/drivers/zephyr/Kconfig
+++ b/app/drivers/zephyr/Kconfig
@@ -25,7 +25,7 @@ menuconfig EC11
if EC11
-choice EC11_TRIGGER
+choice
prompt "Trigger mode"
default EC11_TRIGGER_NONE
help
@@ -46,6 +46,9 @@ config EC11_TRIGGER_OWN_THREAD
endchoice
+config EC11_TRIGGER
+ bool
+
config EC11_THREAD_PRIORITY
int "Thread priority"
depends on EC11_TRIGGER_OWN_THREAD