083617e2c0
Move Kconfig from modules to the main zephyr tree to allow depenedency resolution. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
184 B
Plaintext
12 lines
184 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
|