From 96146d5740d7fedaa73bbe2f37ec5ab50fb5f543 Mon Sep 17 00:00:00 2001 From: Mathias Landolt Date: Tue, 22 Oct 2024 14:01:54 +0200 Subject: [PATCH] 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 Signed-off-by: Adrian Bieri --- drivers/pinctrl/Kconfig.imx | 6 ++++++ west.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/pinctrl/Kconfig.imx b/drivers/pinctrl/Kconfig.imx index ceb61d74513..7bacba5ec64 100644 --- a/drivers/pinctrl/Kconfig.imx +++ b/drivers/pinctrl/Kconfig.imx @@ -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. diff --git a/west.yml b/west.yml index f574a96acb5..3f1264d187d 100644 --- a/west.yml +++ b/west.yml @@ -203,7 +203,7 @@ manifest: groups: - hal - name: hal_nxp - revision: 5576d444d203e8973f7e8f5be18263b3d8a7bb1f + revision: d599b6fe16c2ce4a48fc0597ee4228c64f2ba147 path: modules/hal/nxp groups: - hal