diff --git a/subsys/portability/cmsis_rtos_v2/Kconfig b/subsys/portability/cmsis_rtos_v2/Kconfig index e7c63ebb4ec..968daeae55b 100644 --- a/subsys/portability/cmsis_rtos_v2/Kconfig +++ b/subsys/portability/cmsis_rtos_v2/Kconfig @@ -21,7 +21,7 @@ config CMSIS_V2_THREAD_MAX_COUNT range 0 $(UINT8_MAX) help Max number of threads in CMSIS RTOS V2 application that can be created with - dynamically allocated control block. + dynamically allocated control block. config CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT int "Maximum thread count in CMSIS RTOS V2 application with dynamic stack" @@ -29,7 +29,7 @@ config CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT range 0 $(UINT8_MAX) help Max number of threads in CMSIS RTOS V2 application that can be created with - dynamically allocated stack. + dynamically allocated stack. config CMSIS_V2_THREAD_MAX_STACK_SIZE int "Max stack size threads can be allocated in CMSIS RTOS V2 application" @@ -51,7 +51,7 @@ config CMSIS_V2_TIMER_MAX_COUNT range 0 $(UINT8_MAX) help Mention maximum number of timers in CMSIS RTOS V2 compliant application that can - be created with dynamically allocated control block. + be created with dynamically allocated control block. config CMSIS_V2_MUTEX_MAX_COUNT int "Maximum dynamically-allocated mutexes in CMSIS RTOS V2 application" @@ -59,7 +59,7 @@ config CMSIS_V2_MUTEX_MAX_COUNT range 0 $(UINT8_MAX) help Mention max number of mutexes in CMSIS RTOS V2 compliant application that can - be created with dynamically allocated control block. + be created with dynamically allocated control block. config CMSIS_V2_SEMAPHORE_MAX_COUNT int "Maximum dynamically-allocated semaphores in CMSIS RTOS V2 application" @@ -67,7 +67,7 @@ config CMSIS_V2_SEMAPHORE_MAX_COUNT range 0 $(UINT8_MAX) help Mention max number of semaphores in CMSIS RTOS V2 compliant application that can - be created with dynamically allocated control block. + be created with dynamically allocated control block. config CMSIS_V2_MEM_SLAB_MAX_COUNT int "Maximum dynamically-allocated mempools in CMSIS RTOS V2 application" @@ -75,7 +75,7 @@ config CMSIS_V2_MEM_SLAB_MAX_COUNT range 0 $(UINT8_MAX) help Mention maximum number of memory slabs in CMSIS RTOS V2 compliant application that can - be created with dynamically allocated control block. + be created with dynamically allocated control block. config CMSIS_V2_MEM_SLAB_MAX_DYNAMIC_SIZE int "Maximum dynamic mem slab/pool size in CMSIS RTOS V2 application" @@ -89,7 +89,7 @@ config CMSIS_V2_MSGQ_MAX_COUNT range 0 $(UINT8_MAX) help Mention maximum number of message queues in CMSIS RTOS V2 compliant application that can - be created with dynamically allocated control block. + be created with dynamically allocated control block. config CMSIS_V2_MSGQ_MAX_DYNAMIC_SIZE int "Maximum dynamic message queue size in CMSIS RTOS V2 application" @@ -103,5 +103,5 @@ config CMSIS_V2_EVT_FLAGS_MAX_COUNT range 0 $(UINT8_MAX) help Mention maximum number of event flags in CMSIS RTOS V2 compliant application that can - be created with dynamically allocated control block. + be created with dynamically allocated control block. endif