Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mcux: drivers: XBARB: add possibility for XBARB #80225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions drivers/pinctrl/Kconfig.imx
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ config MCUX_XBARA
depends on HAS_MCUX_XBARA
help
Enable the MCUX XBARA driver.

config MCUX_XBARB
bool "MCUX XBARB driver"
depends on HAS_MCUX_XBARB
help
Enable the MCUX XBARB driver.
6 changes: 6 additions & 0 deletions modules/Kconfig.mcux
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,12 @@ config HAS_MCUX_XBARA
help
Set if the XBARA module is present on the SoC.

config HAS_MCUX_XBARB
bool
depends on SOC_SERIES_IMXRT11XX
help
Set if the XBARB module is present on the SoC.

config HAS_NXP_MONOLITHIC_BT
bool
help
Expand Down
Loading