Tweaks for EC11 config.
This commit is contained in:
parent
f22407223f
commit
25d0664b58
1 changed files with 1 additions and 4 deletions
|
@ -25,7 +25,7 @@ menuconfig EC11
|
||||||
|
|
||||||
if EC11
|
if EC11
|
||||||
|
|
||||||
choice
|
choice EC11_TRIGGER
|
||||||
prompt "Trigger mode"
|
prompt "Trigger mode"
|
||||||
default EC11_TRIGGER_NONE
|
default EC11_TRIGGER_NONE
|
||||||
help
|
help
|
||||||
|
@ -46,9 +46,6 @@ config EC11_TRIGGER_OWN_THREAD
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config EC11_TRIGGER
|
|
||||||
bool
|
|
||||||
|
|
||||||
config EC11_THREAD_PRIORITY
|
config EC11_THREAD_PRIORITY
|
||||||
int "Thread priority"
|
int "Thread priority"
|
||||||
depends on EC11_TRIGGER_OWN_THREAD
|
depends on EC11_TRIGGER_OWN_THREAD
|
||||||
|
|
Loading…
Reference in a new issue