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>
8 lines
234 B
Text
8 lines
234 B
Text
# Copyright (c) 2022 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_IMX
|
|
bool "Pin controller driver for iMX MCUs"
|
|
depends on HAS_MCUX_IOMUXC || HAS_IMX_IOMUXC
|
|
help
|
|
Enable pin controller driver for NXP iMX series MCUs
|