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
|
|
|
|
|
2017-08-25 11:15:49 -05:00
|
|
|
config HAS_MCUX_ADC16
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the 16-bit ADC (ADC16) module is present in the SoC.
|
|
|
|
|
2017-08-25 11:24:46 -05:00
|
|
|
config HAS_MCUX_FTM
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Set if the FlexTimer (FTM) module is present in the SoC.
|
|
|
|
|
2017-08-25 11:09:14 -05: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 11:00:46 -05: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 12:21:03 -05: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-25 12:27:25 -05: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 11:00:46 -05:00
|
|
|
endif # HAS_MCUX
|