2017-01-02 10:19:25 -06:00
|
|
|
# Kconfig - MCUXpresso SDK
|
2016-06-10 14:50:43 -05:00
|
|
|
#
|
|
|
|
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
|
|
#
|
2017-01-20 20:22:01 -05:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-06-10 14:50:43 -05:00
|
|
|
#
|
|
|
|
|
2017-01-02 10:19:25 -06:00
|
|
|
config HAS_MCUX
|
2016-06-10 14:50:43 -05:00
|
|
|
bool
|
|
|
|
select HAS_CMSIS
|
|
|
|
depends on SOC_FAMILY_KINETIS
|
2017-08-25 11:00:46 -05:00
|
|
|
|
|
|
|
if HAS_MCUX
|
|
|
|
|
|
|
|
config HAS_MCUX_LPUART
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the low power uart (LPUART) module is present in the SoC.
|
|
|
|
|
|
|
|
endif # HAS_MCUX
|