diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-24 16:31:38 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-24 16:31:38 -0400 |
commit | 25d0664b58b1f4f1bc09a4a0b6c67ac9f9736126 (patch) | |
tree | b740b59ae1073b35fcc25ffd60ee42579c2343e7 /app/drivers | |
parent | f22407223f21b4a16a16b8254961e45eb177dbdb (diff) |
Tweaks for EC11 config.
Diffstat (limited to 'app/drivers')
-rw-r--r-- | app/drivers/zephyr/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig index 0237846..b22c4b1 100644 --- a/app/drivers/zephyr/Kconfig +++ b/app/drivers/zephyr/Kconfig @@ -25,7 +25,7 @@ menuconfig EC11 if EC11 -choice +choice EC11_TRIGGER prompt "Trigger mode" default EC11_TRIGGER_NONE help @@ -46,9 +46,6 @@ config EC11_TRIGGER_OWN_THREAD endchoice -config EC11_TRIGGER - bool - config EC11_THREAD_PRIORITY int "Thread priority" depends on EC11_TRIGGER_OWN_THREAD |