mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 19:34:34 +00:00
Change-Id: I32cb4211056046ca28a81aa97aca5d3c0b9b8303 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
# Kconfig - MCUXpresso SDK
|
|
#
|
|
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config HAS_MCUX
|
|
bool
|
|
select HAS_CMSIS
|
|
depends on SOC_FAMILY_KINETIS
|