kconfig: remove Enable from boolean prompts

According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-03-09 12:05:12 +01:00 committed by Carles Cufí
commit 95fb0ded6b
267 changed files with 920 additions and 920 deletions

View file

@ -76,7 +76,7 @@ config TEST_USERSPACE
testcase.yaml.
config TEST_LOGGING_DEFAULTS
bool "Enable test case logging defaults"
bool "Test case logging defaults"
depends on TEST
select LOG
select LOG_DEFAULT_MINIMAL
@ -116,7 +116,7 @@ config TEST_USERSPACE_WITHOUT_HW_STACK_PROTECTION
related tests without enabling HW stack protection.
config TEST_HW_STACK_PROTECTION
bool "Enable hardware-based stack overflow detection if available"
bool "Hardware-based stack overflow detection if available"
depends on ARCH_HAS_STACK_PROTECTION
depends on TEST
select HW_STACK_PROTECTION
@ -151,7 +151,7 @@ config TEST_ARM_CORTEX_M
set, these exceptions are set to target the Non-Secure state.
config TEST_BUSY_SIM
bool "Enable busy simulator"
bool "Busy simulator"
depends on TEST
select ENTROPY_GENERATOR
select RING_BUFFER if !XOSHIRO_RANDOM_GENERATOR