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 3 commits 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.
5 changes: 5 additions & 0 deletions modules/Kconfig.mcux
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ config HAS_MCUX_XBARA
help
Set if the XBARA module is present on the SoC.

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

config HAS_MCUX_XCACHE
bool
help
Expand Down
2 changes: 1 addition & 1 deletion west.yml
lam-borg marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ manifest:
groups:
- hal
- name: hal_nxp
revision: dad9b28b80c68c4e124dd3a61eb3821df387bf0e
revision: d599b6fe16c2ce4a48fc0597ee4228c64f2ba147
path: modules/hal/nxp
groups:
- hal
Expand Down
Loading