kconfig: modules: Trivial cleanup

A lot of the Kconfig stuff gets copied around, so encourage a clean
compact style:

 - Reduce license header spam

 - Fix some broken indentation

 - Turn a meaningless 'menuconfig' into a 'config'

 - Remove a redundant QMSI menu

 - Unscrunch comments: #Foo -> # Foo

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
diff --git a/modules/Kconfig.simplelink b/modules/Kconfig.simplelink
index 57b35e4..d80f4e2 100644
--- a/modules/Kconfig.simplelink
+++ b/modules/Kconfig.simplelink
@@ -13,16 +13,16 @@
 	depends on MULTITHREADING
 	select NEWLIB_LIBC
 	select ERRNO
-        select POSIX_API
-        select PTHREAD_IPC
+	select POSIX_API
+	select PTHREAD_IPC
 	help
 	  Build the SimpleLink host driver
 
 # Kconfig - MSP432 SDK HAL configuration
 
 config HAS_MSP432P4XXSDK
-        bool
-        select HAS_CMSIS
+	bool
+	select HAS_CMSIS
 
 # Kconfig - CC13X2 / CC26X2 SDK HAL configuration