arch/xtensa/src/esp32/kconfig: Fix indentation

Remove spaces from Kconfig
Add TABs
This commit is contained in:
simbit18 2023-05-08 14:07:46 +02:00 committed by Alan Carvalho de Assis
parent 94aff9f937
commit 999ac5d5bb
1 changed files with 6 additions and 6 deletions

View File

@ -1135,12 +1135,12 @@ config ESP32_TWAI0_SAM
endif # ESP32_TWAI0
config ESP32_TWAI_REGDEBUG
bool "TWAI register level debug"
depends on DEBUG_CAN_INFO
default n
---help---
Output detailed register-level TWAI debug information. Requires also
CONFIG_DEBUG_CAN_INFO.
bool "TWAI register level debug"
depends on DEBUG_CAN_INFO
default n
---help---
Output detailed register-level TWAI debug information. Requires also
CONFIG_DEBUG_CAN_INFO.
endmenu #ESP32_TWAI