kconfig: fix help syntax and add spaces

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/ext/hal/qmsi/Kconfig b/ext/hal/qmsi/Kconfig
index 0a770e7..9324240 100644
--- a/ext/hal/qmsi/Kconfig
+++ b/ext/hal/qmsi/Kconfig
@@ -14,8 +14,8 @@
 	default n
 	depends on HAS_QMSI
 	help
-	automatically set when either of QMSI_LIBRARY or QMSI_BUILTIN
-	is selected.
+	  automatically set when either of QMSI_LIBRARY or QMSI_BUILTIN
+	  is selected.
 
 if HAS_QMSI
 
@@ -24,31 +24,31 @@
 	default n
 	select QMSI
 	help
-	Link with local QMSI sources instead of external library.
+	  Link with local QMSI sources instead of external library.
 
 config QMSI_LIBRARY
 	bool "Enable QMSI drivers using external library"
 	default n
 	select QMSI
 	help
-	This option enables QMSI device drivers. These drivers are actually shim
-	drivers based on drivers provided by QMSI BSP. The BSP provides a static
-	library (libqmsi) which implements several drivers for peripherals from
-	Intel MCUs (e.g. Quark SE and Quark D2000).
+	  This option enables QMSI device drivers. These drivers are actually shim
+	  drivers based on drivers provided by QMSI BSP. The BSP provides a static
+	  library (libqmsi) which implements several drivers for peripherals from
+	  Intel MCUs (e.g. Quark SE and Quark D2000).
 
 config QMSI_INSTALL_PATH
 	depends on QMSI_LIBRARY
 	string "QMSI install path"
 	help
-	This option holds the path where the QMSI library and headers are
-	installed. Make sure this option is properly set when QMSI_LIBRARY
-	is enabled otherwise the build will fail.
+	  This option holds the path where the QMSI library and headers are
+	  installed. Make sure this option is properly set when QMSI_LIBRARY
+	  is enabled otherwise the build will fail.
 
 config SOC_WATCH
 	bool "Enable SoCWatch drivers and related instrumentation"
 	default n
 	depends on KERNEL_EVENT_LOGGER
 	help
-	This option enables the SoCWatch driver and related instrumentation.
+	  This option enables the SoCWatch driver and related instrumentation.
 
 endif
diff --git a/ext/hal/ti/simplelink/Kconfig b/ext/hal/ti/simplelink/Kconfig
index f01c23a..2d0b37a 100644
--- a/ext/hal/ti/simplelink/Kconfig
+++ b/ext/hal/ti/simplelink/Kconfig
@@ -14,7 +14,7 @@
 	depends on NEWLIB_LIBC
 	select ERRNO
 	help
-	Build the SimpleLink host driver
+	  Build the SimpleLink host driver
 
 # Kconfig - MSP432 SDK HAL configuration