Encoder Kconfig fixes.
This commit is contained in:
parent
65a6a91f59
commit
fd3ce4ba1c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue