mcux: drivers: xbara: drop HAS_MCUX_XBARA config

The HAS_MCUX_XBARA is replaced by the DT_HAS_NXP_MCUX_XBAR_ENABLED

Signed-off-by: Adrian Bieri <adrian.bieri@loepfe.com>
This commit is contained in:
Adrian Bieri 2025-01-22 08:48:41 +01:00 committed by Benjamin Cabé
commit 03fa6a0c33
4 changed files with 1 additions and 9 deletions

View file

@ -26,7 +26,7 @@ config PINCTRL_IMX_SCMI
# TODO: Find better place for this option
config MCUX_XBARA
bool "MCUX XBARA driver"
depends on HAS_MCUX_XBARA
depends on DT_HAS_NXP_MCUX_XBAR_ENABLED
help
Enable the MCUX XBARA driver.

View file

@ -359,11 +359,6 @@ 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.
config HAS_MCUX_XCACHE
bool
help

View file

@ -87,7 +87,6 @@ config SOC_MIMXRT1052
select HAS_MCUX_FLEXCAN
select HAS_MCUX_PWM
select HAS_MCUX_SRC
select HAS_MCUX_XBARA
config SOC_MIMXRT1062
select HAS_MCUX_ELCDIF
@ -107,7 +106,6 @@ config SOC_MIMXRT1062
select HAS_MCUX_I2S
select HAS_MCUX_ADC_ETC
select HAS_MCUX_SRC
select HAS_MCUX_XBARA
config SOC_MIMXRT1064
select HAS_MCUX_ELCDIF

View file

@ -42,7 +42,6 @@ config SOC_SERIES_IMXRT11XX
select HAS_MCUX_USB_EHCI
select HAS_MCUX_SRC_V2
select HAS_MCUX_IOMUXC
select HAS_MCUX_XBARA
select HAS_SWO
select HAS_PM