Skip to content

Commit 03fa6a0

Browse files
bia-bonobokartben
authored andcommitted
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 <[email protected]>
1 parent 96146d5 commit 03fa6a0

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

drivers/pinctrl/Kconfig.imx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ config PINCTRL_IMX_SCMI
2626
# TODO: Find better place for this option
2727
config MCUX_XBARA
2828
bool "MCUX XBARA driver"
29-
depends on HAS_MCUX_XBARA
29+
depends on DT_HAS_NXP_MCUX_XBAR_ENABLED
3030
help
3131
Enable the MCUX XBARA driver.
3232

modules/Kconfig.mcux

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,6 @@ config HAS_MCUX_ADC_ETC
359359
Set if the ADC External Trigger Control module is present
360360
on the SoC.
361361

362-
config HAS_MCUX_XBARA
363-
bool
364-
help
365-
Set if the XBARA module is present on the SoC.
366-
367362
config HAS_MCUX_XCACHE
368363
bool
369364
help

soc/nxp/imxrt/imxrt10xx/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ config SOC_MIMXRT1052
8787
select HAS_MCUX_FLEXCAN
8888
select HAS_MCUX_PWM
8989
select HAS_MCUX_SRC
90-
select HAS_MCUX_XBARA
9190

9291
config SOC_MIMXRT1062
9392
select HAS_MCUX_ELCDIF
@@ -107,7 +106,6 @@ config SOC_MIMXRT1062
107106
select HAS_MCUX_I2S
108107
select HAS_MCUX_ADC_ETC
109108
select HAS_MCUX_SRC
110-
select HAS_MCUX_XBARA
111109

112110
config SOC_MIMXRT1064
113111
select HAS_MCUX_ELCDIF

soc/nxp/imxrt/imxrt11xx/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ config SOC_SERIES_IMXRT11XX
4242
select HAS_MCUX_USB_EHCI
4343
select HAS_MCUX_SRC_V2
4444
select HAS_MCUX_IOMUXC
45-
select HAS_MCUX_XBARA
4645
select HAS_SWO
4746
select HAS_PM
4847

0 commit comments

Comments
 (0)