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.microchip b/modules/Kconfig.microchip index 3db591a..c5eb1ea 100644 --- a/modules/Kconfig.microchip +++ b/modules/Kconfig.microchip
@@ -2,5 +2,5 @@ # # SPDX-License-Identifier: Apache-2.0 -menuconfig HAS_MEC_HAL +config HAS_MEC_HAL bool "Microchip MEC HAL drivers support"