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

@ -31,7 +31,7 @@ config LSM9DS0_GYRO_FULLSCALE_2000
endchoice
config LSM9DS0_GYRO_FULLSCALE_RUNTIME
bool "Enable dynamic full-scale"
bool "Dynamic full-scale"
help
Enable alteration of full-scale attribute at runtime.
@ -56,14 +56,14 @@ config LSM9DS0_GYRO_SAMPLING_RATE_760
endchoice
config LSM9DS0_GYRO_SAMPLING_RATE_RUNTIME
bool "Enable dynamic sampling rate"
bool "Dynamic sampling rate"
help
Enable alteration of sampling rate frequency at runtime.
endmenu
config LSM9DS0_GYRO_TRIGGERS
bool "Enable triggers"
bool "Triggers"
depends on GPIO
config LSM9DS0_GYRO_THREAD_STACK_SIZE
@ -74,7 +74,7 @@ config LSM9DS0_GYRO_THREAD_STACK_SIZE
Specify the internal thread stack size.
config LSM9DS0_GYRO_TRIGGER_DRDY
bool "Enable data ready trigger"
bool "Data ready trigger"
depends on LSM9DS0_GYRO_TRIGGERS
endif # LSM9DS0_GYRO