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:
parent
cfcd065a35
commit
9c251fc9ac
2 changed files with 12 additions and 0 deletions
|
|
@ -6,3 +6,10 @@ config PINCTRL_IMX
|
|||
depends on HAS_MCUX_IOMUXC || HAS_IMX_IOMUXC
|
||||
help
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -361,4 +361,9 @@ config HAS_MCUX_ADC_ETC
|
|||
Set if the ADC External Trigger Control module is present
|
||||
on the SoC.
|
||||
|
||||
config HAS_MCUX_XBARA
|
||||
bool
|
||||
help
|
||||
Set if the XBARA module is present on the SoC.
|
||||
|
||||
endif # HAS_MCUX
|
||||
|
|
|
|||
Loading…
Reference in a new issue