Fix Kconfig style
Remove spaces from Kconfig files Add TABs Replace help => ---help---
This commit is contained in:
parent
237087f61a
commit
583f025422
@ -153,6 +153,7 @@ config PL310_TRCR_TRDLAT
|
|||||||
config PL310_TRCR_TWRLAT
|
config PL310_TRCR_TWRLAT
|
||||||
int "PL310 TRCR write access latency"
|
int "PL310 TRCR write access latency"
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
endif # PL310_TRCR
|
endif # PL310_TRCR
|
||||||
|
|
||||||
config PL310_DRCR
|
config PL310_DRCR
|
||||||
@ -171,6 +172,7 @@ config PL310_DRCR_DRDLAT
|
|||||||
config PL310_DRCR_DWRLAT
|
config PL310_DRCR_DWRLAT
|
||||||
int "PL310 DRCR write access latency"
|
int "PL310 DRCR write access latency"
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
endif # PL310_DRCR
|
endif # PL310_DRCR
|
||||||
endif # ARMV8R_L2CC_PL310
|
endif # ARMV8R_L2CC_PL310
|
||||||
|
|
||||||
|
@ -1979,7 +1979,7 @@ config PID_INITIAL_COUNT
|
|||||||
config SCHED_EVENTS
|
config SCHED_EVENTS
|
||||||
bool "Schedule Event objects"
|
bool "Schedule Event objects"
|
||||||
default n
|
default n
|
||||||
help
|
---help---
|
||||||
This option enables event objects. Threads may wait on event
|
This option enables event objects. Threads may wait on event
|
||||||
objects for specific events, but both threads and ISRs may deliver
|
objects for specific events, but both threads and ISRs may deliver
|
||||||
events to event objects.
|
events to event objects.
|
||||||
|
Loading…
Reference in New Issue
Block a user