mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 07:26:08 +00:00
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
|