mcux: drivers: xbarb: add XBARB config option
Add the possibility to activate the XBARB driver Update NXP HAL revision to include support for xbarb Signed-off-by: Mathias Landolt <mathias.landolt@loepfe.com> Signed-off-by: Adrian Bieri <adrian.bieri@loepfe.com>
This commit is contained in:
parent
49f5598835
commit
96146d5740
2 changed files with 7 additions and 1 deletions
|
|
@ -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 DT_HAS_NXP_MCUX_XBAR_ENABLED
|
||||
help
|
||||
Enable the MCUX XBARB driver.
|
||||
|
|
|
|||
2
west.yml
2
west.yml
|
|
@ -203,7 +203,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_nxp
|
||||
revision: 5576d444d203e8973f7e8f5be18263b3d8a7bb1f
|
||||
revision: d599b6fe16c2ce4a48fc0597ee4228c64f2ba147
|
||||
path: modules/hal/nxp
|
||||
groups:
|
||||
- hal
|
||||
|
|
|
|||
Loading…
Reference in a new issue