Commit 270d535f authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Anas Nashif
Browse files

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: default avatarUlf Magnusson <Ulf.Magnusson@nordicsemi.no>
parent 3817cc6f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
# Kconfig - IMX M4 Core SDK
#
# Copyright (c) 2018, NXP
#
# SPDX-License-Identifier: Apache-2.0
#


config HAS_IMX_HAL
	bool
+0 −3
Original line number Diff line number Diff line
#
# Copyright (c) 2018 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#

menuconfig LIBMETAL
	bool "libmetal Support"
+0 −3
Original line number Diff line number Diff line
# Kconfig - Cryptography primitive options for mbed TLS

#
# Copyright (c) 2016 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,8 +13,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#


menuconfig MBEDTLS
	bool "mbedTLS Support"
+0 −2
Original line number Diff line number Diff line
# Kconfig - MCUXpresso SDK
#
# Copyright (c) 2016, Freescale Semiconductor, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#

config HAS_MCUX
	bool
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@
#
# SPDX-License-Identifier: Apache-2.0

menuconfig HAS_MEC_HAL
config HAS_MEC_HAL
	bool "Microchip MEC HAL drivers support"
Loading