nxp_imx: rt: add XBARA Inter-Peripheral Crossbar Switch Kconfig option

Add missing MCUX XBARA module Kconfig option.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
This commit is contained in:
Bartosz Bilas 2022-06-30 09:51:19 +02:00 committed by Fabio Baltieri
parent cfcd065a35
commit 9c251fc9ac
2 changed files with 12 additions and 0 deletions

View file

@ -6,3 +6,10 @@ config PINCTRL_IMX
depends on HAS_MCUX_IOMUXC || HAS_IMX_IOMUXC depends on HAS_MCUX_IOMUXC || HAS_IMX_IOMUXC
help help
Enable pin controller driver for NXP iMX series MCUs Enable pin controller driver for NXP iMX series MCUs
# TODO: Find better place for this option
config MCUX_XBARA
bool "MCUX XBARA driver"
depends on HAS_MCUX_XBARA
help
Enable the MCUX XBARA driver.

View file

@ -361,4 +361,9 @@ config HAS_MCUX_ADC_ETC
Set if the ADC External Trigger Control module is present Set if the ADC External Trigger Control module is present
on the SoC. on the SoC.
config HAS_MCUX_XBARA
bool
help
Set if the XBARA module is present on the SoC.
endif # HAS_MCUX endif # HAS_MCUX