zephyr: move kconfig to the zephyr tree

Kconfig file is now in modules/ in the zephyr tree.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-05-30 18:31:17 -04:00
parent 31923c6d00
commit 9151e614c2
2 changed files with 0 additions and 12 deletions

11
Kconfig
View File

@ -1,11 +0,0 @@
# 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

View File

@ -1,3 +1,2 @@
build:
kconfig: Kconfig
cmake: .