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>
10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
# Kconfig - Gecko SDK
|
|
#
|
|
# Copyright (c) 2017, Christian Taedcke
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HAS_SILABS_GECKO
|
|
bool
|
|
select HAS_CMSIS
|
|
depends on SOC_FAMILY_EXX32
|