diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig index ef69c871342d..32fb9e5b6195 100644 --- a/drivers/android/Kconfig +++ b/drivers/android/Kconfig @@ -57,7 +57,7 @@ config ANDROID_BINDER_IPC_SELFTEST config ANDROID_VENDOR_HOOKS bool "Android Vendor Hooks" depends on TRACEPOINTS - ---help--- + help Enable vendor hooks implemented as tracepoints Allow vendor modules to attach to tracepoint "hooks" defined via diff --git a/drivers/gnss/Kconfig b/drivers/gnss/Kconfig index 50deac3589eb..b94e210c7795 100644 --- a/drivers/gnss/Kconfig +++ b/drivers/gnss/Kconfig @@ -58,7 +58,7 @@ config GNSS_CMDLINE_SERIAL tristate "Command line test driver for GNSS" depends on SERIAL_DEV_BUS select GNSS_SERIAL - ---help--- + help Say Y here if you want to test the GNSS subsystem but do not have a way to communicate a binding through firmware such as DT or ACPI. The correct serdev device and protocol type must be specified on diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index fa08a225d73e..5c361dfc65ff 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -561,7 +561,7 @@ config DM_VERITY_VERIFY_ROOTHASH_SIG config DM_VERITY_AVB tristate "Support AVB specific verity error behavior" depends on DM_VERITY - ---help--- + help Enables Android Verified Boot platform-specific error behavior. In particular, it will modify the vbmeta partition specified on the kernel command-line when non-transient error @@ -653,7 +653,7 @@ config DM_BOW tristate "Backup block device" depends on BLK_DEV_DM select DM_BUFIO - ---help--- + help This device-mapper target takes a device and keeps a log of all changes using free blocks identified by issuing a trim command. This can then be restored by running a command line utility,