2018-03-15 02:34:52 +08:00
|
|
|
# Kconfig - IMX M4 Core SDK
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018, NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config HAS_IMX_HAL
|
|
|
|
bool
|
2019-10-17 08:42:35 +08:00
|
|
|
select HAS_CMSIS_CORE
|
2019-09-06 23:05:46 +08:00
|
|
|
depends on SOC_FAMILY_IMX
|
2018-03-15 02:34:52 +08:00
|
|
|
|
|
|
|
if HAS_IMX_HAL
|
|
|
|
|
|
|
|
config HAS_IMX_RDC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the RDC module is present in the SoC.
|
|
|
|
|
|
|
|
config HAS_IMX_CCM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the CCM module is present in the SoC.
|
|
|
|
|
2018-04-18 23:36:49 +08:00
|
|
|
config HAS_IMX_GPIO
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the GPIO module is present in the SoC.
|
|
|
|
|
2018-07-04 00:20:19 +08:00
|
|
|
config HAS_IMX_I2C
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the I2C module is present in the SoC.
|
|
|
|
|
2018-11-16 23:34:48 +08:00
|
|
|
config HAS_IMX_EPIT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the EPIT module is present in the SoC.
|
|
|
|
|
2018-03-15 02:34:52 +08:00
|
|
|
endif # HAS_IMX_HAL
|