10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
menu "Hardware Timer Configuration"
|
|
config ENABLE_TIMER_TACHO
|
|
bool
|
|
prompt "Use Timer Tacho"
|
|
depends on TARGET_E2000S || TARGET_E2000D || TARGET_E2000Q
|
|
|
|
default n
|
|
endmenu
|
|
|