2019-11-01 13:45:29 +01:00
|
|
|
# IMX M4 Core SDK
|
|
|
|
|
2018-03-14 19:34:52 +01:00
|
|
|
# Copyright (c) 2018, NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config HAS_IMX_HAL
|
|
|
|
bool
|
2019-10-17 02:42:35 +02:00
|
|
|
select HAS_CMSIS_CORE
|
2019-09-06 17:05:46 +02:00
|
|
|
depends on SOC_FAMILY_IMX
|
2018-03-14 19:34:52 +01:00
|
|
|
|
|
|
|
if HAS_IMX_HAL
|
|
|
|
|
2018-04-18 17:36:49 +02:00
|
|
|
config HAS_IMX_GPIO
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the GPIO module is present in the SoC.
|
|
|
|
|
2018-07-03 18:20:19 +02:00
|
|
|
config HAS_IMX_I2C
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the I2C module is present in the SoC.
|
|
|
|
|
2018-11-16 16:34:48 +01:00
|
|
|
config HAS_IMX_EPIT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the EPIT module is present in the SoC.
|
|
|
|
|
2022-04-25 23:30:58 +02:00
|
|
|
config HAS_IMX_IOMUXC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the IOMUXC module is present in the SoC.
|
|
|
|
|
2018-03-14 19:34:52 +01:00
|
|
|
endif # HAS_IMX_HAL
|