Kconfig: add missing DEBUG_MOTOR option
This commit is contained in:
parent
b1f637a6ea
commit
dd86fe5ca5
7
Kconfig
7
Kconfig
@ -1710,6 +1710,13 @@ config DEBUG_WATCHDOG_INFO
|
|||||||
|
|
||||||
endif # DEBUG_WATCHDOG
|
endif # DEBUG_WATCHDOG
|
||||||
|
|
||||||
|
config DEBUG_MOTOR
|
||||||
|
bool "Motor Debug Features"
|
||||||
|
default n
|
||||||
|
depends on MOTOR
|
||||||
|
---help---
|
||||||
|
Enable motor debug features.
|
||||||
|
|
||||||
if DEBUG_MOTOR
|
if DEBUG_MOTOR
|
||||||
|
|
||||||
config DEBUG_MOTOR_ERROR
|
config DEBUG_MOTOR_ERROR
|
||||||
|
Loading…
Reference in New Issue
Block a user