summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/Kconfig
diff options
context:
space:
mode:
authorKellen Carey <kellen.carey@gmail.com>2020-08-16 12:05:05 -0700
committerGitHub <noreply@github.com>2020-08-16 12:05:05 -0700
commita2603d106a287eb4e89e03955fdcfe8026efd152 (patch)
tree0a757e59c28ea6dd787f7d6e6d308f81de7f1368 /app/drivers/zephyr/Kconfig
parent5bfa4ba3ff70cffc1c98c624fd056988a9075f98 (diff)
parent94549b4a07985e9b1a462bb64f67c8ade466e377 (diff)
Merge pull request #1 from zmkfirmware/main
Get up to speed
Diffstat (limited to 'app/drivers/zephyr/Kconfig')
-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