arch/arm/src/nrf91/Kconfig: Fix Kconfig style

Add TABs
Add comments
Remove spaces from Kconfig file
This commit is contained in:
simbit18 2023-08-13 09:57:29 +02:00 committed by Alan Carvalho de Assis
parent 92eeaa4277
commit 693b034827

View File

@ -382,7 +382,7 @@ config NRF91_LFCLK_XTAL
config NRF91_LFCLK_RC
bool "Internal RC oscillator"
endchoice
endchoice # LFCLK source
endif # NRF91_USE_LFCLK
@ -424,7 +424,7 @@ config NRF91_SYSTIMER_RTC
---help---
Use RTC timer in tickless mode.
endchoice
endchoice # System Timer Source
if NRF91_SYSTIMER_RTC
@ -435,7 +435,7 @@ config NRF91_SYSTIMER_RTC_INSTANCE
---help---
Which RTC instance to use to drive the system timer
endif
endif # NRF91_SYSTIMER_RTC
endmenu # System Timer