2017-01-03 00:19:25 +08:00
|
|
|
# Kconfig - MCUXpresso SDK
|
2016-06-11 03:50:43 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
|
|
#
|
2017-01-21 09:22:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-06-11 03:50:43 +08:00
|
|
|
#
|
|
|
|
|
2017-01-03 00:19:25 +08:00
|
|
|
config HAS_MCUX
|
2016-06-11 03:50:43 +08:00
|
|
|
bool
|
|
|
|
select HAS_CMSIS
|
|
|
|
depends on SOC_FAMILY_KINETIS
|
2017-08-26 00:00:46 +08:00
|
|
|
|
|
|
|
if HAS_MCUX
|
|
|
|
|
2017-08-26 00:15:49 +08:00
|
|
|
config HAS_MCUX_ADC16
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the 16-bit ADC (ADC16) module is present in the SoC.
|
|
|
|
|
2017-08-26 00:09:14 +08:00
|
|
|
config HAS_MCUX_LPSCI
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the low power uart (LPSCI) module is present in the SoC.
|
|
|
|
|
2017-08-26 00:00:46 +08:00
|
|
|
config HAS_MCUX_LPUART
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the low power uart (LPUART) module is present in the SoC.
|
|
|
|
|
|
|
|
endif # HAS_MCUX
|