2019-11-01 13:45:29 +01:00
|
|
|
# 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
|
2019-10-17 09:42:35 +09:00
|
|
|
select HAS_CMSIS_CORE
|
2017-07-26 04:25:43 -05:00
|
|
|
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC
|
2017-08-25 11:00:46 -05:00
|
|
|
|
|
|
|
if HAS_MCUX
|
|
|
|
|
2019-05-16 08:17:18 +02:00
|
|
|
config HAS_MCUX_ADC12
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the 12-bit ADC (ADC12) module is present in the SoC.
|
|
|
|
|
2017-08-25 11:15:49 -05:00
|
|
|
config HAS_MCUX_ADC16
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the 16-bit ADC (ADC16) module is present in the SoC.
|
|
|
|
|
2020-08-12 11:12:19 +01:00
|
|
|
config HAS_MCUX_LPADC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the LPADC module is present in the SoC.
|
|
|
|
|
2019-01-31 12:34:26 +02:00
|
|
|
config HAS_MCUX_CACHE
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the L1 or L2 cache is present in the SoC.
|
|
|
|
|
2017-08-28 14:09:55 -05:00
|
|
|
config HAS_MCUX_CCM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the clock control module (CCM) module is present in the SoC.
|
|
|
|
|
2020-08-26 16:35:56 -05:00
|
|
|
config HAS_MCUX_SYSCON
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the syscon module is present in the SoC.
|
|
|
|
|
2019-05-03 09:11:26 +02:00
|
|
|
config HAS_MCUX_PCC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the peripheral clock controller module (PCC) module is
|
|
|
|
present in the SoC.
|
|
|
|
|
2019-01-02 11:31:08 -06:00
|
|
|
config HAS_MCUX_ELCDIF
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the enhanced LCD interface (eLCDIF) module is present in the
|
|
|
|
SoC.
|
|
|
|
|
2019-01-28 14:12:20 -06:00
|
|
|
config HAS_MCUX_ENET
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the ethernet (ENET) module is present in the SoC.
|
|
|
|
|
2019-06-06 20:42:06 +02:00
|
|
|
config HAS_MCUX_FLEXCAN
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the FlexCAN module is presents in the SoC.
|
|
|
|
|
2019-06-30 10:37:23 -05:00
|
|
|
config HAS_MCUX_FLEXCOMM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the flexcomm (FLEXCOMM) module is present in the SoC.
|
|
|
|
|
2019-03-06 13:18:41 -06:00
|
|
|
config HAS_MCUX_FTFX
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the flash memory (FTFA, FTFE, or FTFL) module is present in
|
|
|
|
the SoC.
|
|
|
|
|
2017-08-25 11:24:46 -05:00
|
|
|
config HAS_MCUX_FTM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the FlexTimer (FTM) module is present in the SoC.
|
|
|
|
|
2019-11-12 14:04:48 +02:00
|
|
|
config HAS_MCUX_IAP
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the flash memory In Applcation Programming is present in
|
|
|
|
the LPC family SoCs.
|
|
|
|
|
2017-08-15 14:05:10 -05:00
|
|
|
config HAS_MCUX_IGPIO
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the iMX GPIO (IGPIO) module is present in the SoC.
|
|
|
|
|
2019-01-16 15:11:45 -06:00
|
|
|
config HAS_MCUX_LPI2C
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the low power I2C (LPI2C) module is present in the SoC.
|
|
|
|
|
2017-08-25 11:09:14 -05:00
|
|
|
config HAS_MCUX_LPSCI
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the low power uart (LPSCI) module is present in the SoC.
|
|
|
|
|
2018-09-14 16:06:13 -05:00
|
|
|
config HAS_MCUX_LPSPI
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the low power SPI (LPSPI) module is present in the SoC.
|
|
|
|
|
2017-08-25 11:00:46 -05:00
|
|
|
config HAS_MCUX_LPUART
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the low power uart (LPUART) module is present in the SoC.
|
|
|
|
|
2019-03-21 15:44:51 +01:00
|
|
|
config HAS_MCUX_GPT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the general purpose timer (GPT) module is present in the SoC.
|
|
|
|
|
2020-05-04 17:45:20 +03:00
|
|
|
config HAS_MCUX_RNG
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the LPC specific random number generator (RNG) module is
|
|
|
|
present in the SoC.
|
|
|
|
|
2017-08-25 12:21:03 -05:00
|
|
|
config HAS_MCUX_RNGA
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the random number generator accelerator (RNGA) module is
|
|
|
|
present in the SoC.
|
|
|
|
|
2018-05-23 07:57:11 -05:00
|
|
|
config HAS_MCUX_RTC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the real time clock (RTC) modules is present in the SoC.
|
|
|
|
|
2019-06-16 22:16:35 +02:00
|
|
|
config HAS_MCUX_SCG
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the system clock generator (SCG) module is present in the
|
|
|
|
SoC.
|
|
|
|
|
2020-10-20 18:41:16 -05:00
|
|
|
config HAS_MCUX_SEMC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the smart external memory controller (SEMC) module is present
|
|
|
|
in the SoC.
|
|
|
|
|
2017-08-26 08:43:53 -05:00
|
|
|
config HAS_MCUX_SIM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the system integration module (SIM) module is present in the
|
|
|
|
SoC.
|
|
|
|
|
2017-08-25 12:27:25 -05:00
|
|
|
config HAS_MCUX_TRNG
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the true random number generator (TRNG) module is present in
|
|
|
|
the SoC.
|
|
|
|
|
2019-05-05 13:17:50 +08:00
|
|
|
config HAS_MCUX_USB_EHCI
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the USB controller EHCI module is present in the SoC.
|
|
|
|
|
2019-07-03 21:13:29 -07:00
|
|
|
config HAS_MCUX_USDHC1
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the USDHC instance 1 module is present in the SoC.
|
|
|
|
|
|
|
|
config HAS_MCUX_USDHC2
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the USDHC2 instance 2 module is present in the SoC.
|
|
|
|
|
2019-05-20 23:13:52 +02:00
|
|
|
config HAS_MCUX_WDOG32
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the watchdog (WDOG32) module is present in the SoC.
|
|
|
|
|
2020-07-09 17:56:21 +02:00
|
|
|
config HAS_MCUX_WWDT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the watchdog (WWDT) module is present in the SoC.
|
|
|
|
|
2019-03-06 11:37:42 +01:00
|
|
|
config HAS_MCUX_PWM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the PWM module is present in the SoC.
|
|
|
|
|
2019-09-12 08:41:26 -05:00
|
|
|
config HAS_MCUX_SMC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the SMC module is present in the SoC.
|
|
|
|
|
2019-07-01 14:47:14 +02:00
|
|
|
config HAS_MCUX_CSI
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the CMOS Sensor Interface module is present in the SoC.
|
|
|
|
|
2020-02-04 20:00:42 +01:00
|
|
|
config HAS_MCUX_LPTMR
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the Low Power Timer (LPTMR) module is present in the SoC.
|
|
|
|
|
2020-02-16 14:50:03 +01:00
|
|
|
config HAS_MCUX_DAC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the Digital-to-Analog (DAC) module is present in the SoC.
|
|
|
|
|
2020-02-16 13:54:38 +01:00
|
|
|
config HAS_MCUX_DAC32
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the Digital-to-Analog (DAC32) module is present in the SoC.
|
2020-04-08 09:38:13 +03:00
|
|
|
|
|
|
|
config HAS_MCUX_TPM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the Timer/PWM Module is present in the SoC
|
|
|
|
|
2020-05-15 17:49:42 +08:00
|
|
|
config HAS_MCUX_EDMA
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the EDMA module is present on the SoC.
|
|
|
|
|
2020-08-14 16:02:38 -05:00
|
|
|
config HAS_MCUX_LPC_DMA
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the DMA module is present on the SoC.
|
|
|
|
|
2020-01-25 23:57:36 +05:30
|
|
|
config HAS_MCUX_RDC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the RDC module is present in the SoC.
|
|
|
|
|
2020-07-07 22:03:52 +08:00
|
|
|
config HAS_MCUX_PIT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the PIT module is present on the SoC.
|
|
|
|
|
2020-09-25 12:39:55 +02:00
|
|
|
config HAS_MCUX_ACMP
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the ACMP module is present on the SoC.
|
|
|
|
|
2017-08-25 11:00:46 -05:00
|
|
|
endif # HAS_MCUX
|