Fix Kconfig style

Remove spaces from Kconfig files
Add TABs
Replace help => ---help---
This commit is contained in:
simbit18 2024-09-17 13:32:41 +02:00 committed by Xiang Xiao
parent 237087f61a
commit 583f025422
6 changed files with 102 additions and 100 deletions

View File

@ -153,6 +153,7 @@ config PL310_TRCR_TRDLAT
config PL310_TRCR_TWRLAT
int "PL310 TRCR write access latency"
default 1
endif # PL310_TRCR
config PL310_DRCR
@ -171,6 +172,7 @@ config PL310_DRCR_DRDLAT
config PL310_DRCR_DWRLAT
int "PL310 DRCR write access latency"
default 1
endif # PL310_DRCR
endif # ARMV8R_L2CC_PL310

View File

@ -1979,7 +1979,7 @@ config PID_INITIAL_COUNT
config SCHED_EVENTS
bool "Schedule Event objects"
default n
help
---help---
This option enables event objects. Threads may wait on event
objects for specific events, but both threads and ISRs may deliver
events to event objects.