Some checks failed
Hello World (Multiplatform) / build (macos-13) (push) Has been cancelled
Hello World (Multiplatform) / build (macos-14) (push) Has been cancelled
Hello World (Multiplatform) / build (ubuntu-22.04) (push) Has been cancelled
Hello World (Multiplatform) / build (ubuntu-24.04) (push) Has been cancelled
Hello World (Multiplatform) / build (windows-2022) (push) Has been cancelled
Scorecards supply-chain security / Scorecard analysis (push) Has been cancelled
Run tests with twister / twister-build-prep (push) Has been cancelled
Run tests with twister / twister-build (push) Has been cancelled
Run tests with twister / Publish Unit Tests Results (push) Has been cancelled
Run tests with twister / Check Twister Status (push) Has been cancelled
The HAS_MCUX_XBARA is replaced by the DT_HAS_NXP_MCUX_XBAR_ENABLED Signed-off-by: Adrian Bieri <adrian.bieri@loepfe.com>
37 lines
979 B
Text
37 lines
979 B
Text
# Copyright 2022, 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_IMX
|
|
bool "Pin controller driver for iMX MCUs"
|
|
depends on DT_HAS_NXP_IMX_IOMUXC_ENABLED
|
|
depends on HAS_MCUX_IOMUXC || HAS_IMX_IOMUXC
|
|
default y
|
|
help
|
|
Enable pin controller driver for NXP iMX series MCUs
|
|
|
|
config PINCTRL_IMX_SCU
|
|
bool "Pin controller driver for SCU-based i.MX SoCs"
|
|
depends on DT_HAS_NXP_IMX_IOMUXC_SCU_ENABLED
|
|
default y
|
|
help
|
|
Enable pin controller driver for SCU-based NXP i.MX SoCs.
|
|
|
|
config PINCTRL_IMX_SCMI
|
|
bool "Pin controller SCMI-based driver for i.MX SoCs"
|
|
depends on ARM_SCMI_PINCTRL_HELPERS
|
|
default y
|
|
help
|
|
Enable pin controller SCMI-based driver for NXP i.MX SoCs.
|
|
|
|
# TODO: Find better place for this option
|
|
config MCUX_XBARA
|
|
bool "MCUX XBARA driver"
|
|
depends on DT_HAS_NXP_MCUX_XBAR_ENABLED
|
|
help
|
|
Enable the MCUX XBARA driver.
|
|
|
|
config MCUX_XBARB
|
|
bool "MCUX XBARB driver"
|
|
depends on DT_HAS_NXP_MCUX_XBAR_ENABLED
|
|
help
|
|
Enable the MCUX XBARB driver.
|