zephyr/modules/Kconfig.imx
Daniel DeGrasse bc841e1fb7 drivers: pinctrl: refactor pin control support for imx rt
Refactor iMX RT pin control support to use more generic names, as the
IOMUXC peripheral is present on non RT iMX application cores.
Additionally, make selection of the pin control driver occur at the SOC
level.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-05-12 16:57:17 -05:00

34 lines
526 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.
config HAS_IMX_IOMUXC
bool
help
Set if the IOMUXC module is present in the SoC.
endif # HAS_IMX_HAL