The HAS_IMX_{RDC,CCM} symbols were added to ext/hal/nxp/imx/Kconfig in
commit 3afc2b6c61 ("ext/hal/nxp/imx: Import the nxp imx7 freertos bsp"),
and later copied over to modules/Kconfig.imx in commit 12438e1047 ("ext:
hal: Make NXP HALs a Zephyr module").
Never used.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
29 lines
440 B
Plaintext
29 lines
440 B
Plaintext
# IMX M4 Core SDK
|
|
|
|
# Copyright (c) 2018, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HAS_IMX_HAL
|
|
bool
|
|
select HAS_CMSIS_CORE
|
|
depends on SOC_FAMILY_IMX
|
|
|
|
if HAS_IMX_HAL
|
|
|
|
config HAS_IMX_GPIO
|
|
bool
|
|
help
|
|
Set if the GPIO module is present in the SoC.
|
|
|
|
config HAS_IMX_I2C
|
|
bool
|
|
help
|
|
Set if the I2C module is present in the SoC.
|
|
|
|
config HAS_IMX_EPIT
|
|
bool
|
|
help
|
|
Set if the EPIT module is present in the SoC.
|
|
|
|
endif # HAS_IMX_HAL
|