2017-01-02 17:19:25 +01:00
|
|
|
# Kconfig - MCUXpresso SDK
|
2016-06-10 21:50:43 +02:00
|
|
|
#
|
|
|
|
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
|
|
#
|
2017-01-21 02:22:01 +01:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-06-10 21:50:43 +02:00
|
|
|
#
|
|
|
|
|
2017-01-02 17:19:25 +01:00
|
|
|
config HAS_MCUX
|
2016-06-10 21:50:43 +02:00
|
|
|
bool
|
|
|
|
select HAS_CMSIS
|
2017-07-26 11:25:43 +02:00
|
|
|
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC
|
2017-08-25 18:00:46 +02:00
|
|
|
|
|
|
|
if HAS_MCUX
|
|
|
|
|
2017-08-25 18:15:49 +02:00
|
|
|
config HAS_MCUX_ADC16
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the 16-bit ADC (ADC16) module is present in the SoC.
|
|
|
|
|
2017-08-28 21:09:55 +02:00
|
|
|
config HAS_MCUX_CCM
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the clock control module (CCM) module is present in the SoC.
|
|
|
|
|
2017-08-25 18:24:46 +02:00
|
|
|
config HAS_MCUX_FTM
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the FlexTimer (FTM) module is present in the SoC.
|
|
|
|
|
2017-08-15 21:05:10 +02:00
|
|
|
config HAS_MCUX_IGPIO
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the iMX GPIO (IGPIO) module is present in the SoC.
|
|
|
|
|
2017-08-25 18:09:14 +02:00
|
|
|
config HAS_MCUX_LPSCI
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the low power uart (LPSCI) module is present in the SoC.
|
|
|
|
|
2017-08-25 18:00:46 +02:00
|
|
|
config HAS_MCUX_LPUART
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the low power uart (LPUART) module is present in the SoC.
|
|
|
|
|
2017-08-25 19:21:03 +02:00
|
|
|
config HAS_MCUX_RNGA
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the random number generator accelerator (RNGA) module is
|
|
|
|
present in the SoC.
|
|
|
|
|
2017-08-26 15:43:53 +02:00
|
|
|
config HAS_MCUX_SIM
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the system integration module (SIM) module is present in the
|
|
|
|
SoC.
|
|
|
|
|
2017-08-25 19:27:25 +02:00
|
|
|
config HAS_MCUX_TRNG
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the true random number generator (TRNG) module is present in
|
|
|
|
the SoC.
|
|
|
|
|
2017-08-25 18:00:46 +02:00
|
|
|
endif # HAS_MCUX
|