From dd86fe5ca554a272b8db9eb5d849eaa0e56063e2 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Thu, 15 Apr 2021 10:44:01 +0200 Subject: [PATCH] Kconfig: add missing DEBUG_MOTOR option --- Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Kconfig b/Kconfig index 7f5fa8112d..95d0dc51f0 100644 --- a/Kconfig +++ b/Kconfig @@ -1710,6 +1710,13 @@ config DEBUG_WATCHDOG_INFO endif # DEBUG_WATCHDOG +config DEBUG_MOTOR + bool "Motor Debug Features" + default n + depends on MOTOR + ---help--- + Enable motor debug features. + if DEBUG_MOTOR config DEBUG_MOTOR_ERROR