diff --git a/drivers/debug/Kconfig.nrf b/drivers/debug/Kconfig.nrf index 030e9885a06df..b7ca84c3ce679 100644 --- a/drivers/debug/Kconfig.nrf +++ b/drivers/debug/Kconfig.nrf @@ -1,8 +1,6 @@ # Copyright (c) 2024 Nordic Semiconductor ASA # SPDX-License-Identifier: Apache-2.0 -DT_COMPAT_NORDIC_NRF_TBM := nordic,nrf-tbm - config DEBUG_NRF_ETR bool "Coresight ETR handler (with Nordic TBM)" depends on $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TBM)) diff --git a/drivers/ethernet/dwc_xgmac/Kconfig b/drivers/ethernet/dwc_xgmac/Kconfig index 31d20606dc029..e4a29c327363d 100644 --- a/drivers/ethernet/dwc_xgmac/Kconfig +++ b/drivers/ethernet/dwc_xgmac/Kconfig @@ -5,8 +5,6 @@ # SPDX-License-Identifier: Apache-2.0 # -DT_COMPAT_DWC_XGMAC := snps,dwcxgmac - menu "DWC XGMAC configuration" config ETH_DWC_XGMAC diff --git a/drivers/i3c/Kconfig.nxp b/drivers/i3c/Kconfig.nxp index fc66f6882832a..0603ea279310e 100644 --- a/drivers/i3c/Kconfig.nxp +++ b/drivers/i3c/Kconfig.nxp @@ -2,8 +2,6 @@ # # SPDX-License-Identifier: Apache-2.0 -DT_COMPAT_NXP_MCUX_I3C := nxp,mcux-i3c - module = I3C_MCUX module-str = i3c-mcux source "subsys/logging/Kconfig.template.log_config" diff --git a/drivers/usb/uhc/Kconfig.max3421e b/drivers/usb/uhc/Kconfig.max3421e index d071eb5841aed..d879064cbf5bf 100644 --- a/drivers/usb/uhc/Kconfig.max3421e +++ b/drivers/usb/uhc/Kconfig.max3421e @@ -1,8 +1,6 @@ # Copyright (c) 2022 Nordic Semiconductor ASA # SPDX-License-Identifier: Apache-2.0 -DT_COMPAT_UHC_MAX3421E := maxim,max3421e_spi - config UHC_MAX3421E bool "MAX3421E driver" default y diff --git a/modules/hal_nordic/nrfx/Kconfig b/modules/hal_nordic/nrfx/Kconfig index 50b9c4a932a60..9561e5e28d20f 100644 --- a/modules/hal_nordic/nrfx/Kconfig +++ b/modules/hal_nordic/nrfx/Kconfig @@ -277,14 +277,10 @@ config NRFX_SPI2 depends on $(dt_nodelabel_exists,spi2) && SOC_SERIES_NRF52X select NRFX_SPI -DT_COMPAT_NORDIC_NRF_SPIM := nordic,nrf-spim - config NRFX_SPIM bool "SPIM driver" depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_SPIM)) -DT_COMPAT_NORDIC_NRF_SPIS := nordic,nrf-spis - config NRFX_SPIS bool "SPIS driver" depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_SPIS)) diff --git a/modules/nrf_wifi/bus/Kconfig b/modules/nrf_wifi/bus/Kconfig index 430cf3ba9ffd4..b3bc447a80d6d 100644 --- a/modules/nrf_wifi/bus/Kconfig +++ b/modules/nrf_wifi/bus/Kconfig @@ -4,12 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -DT_COMPAT_NORDIC_NRF7002_QSPI := nordic,nrf7002-qspi -DT_COMPAT_NORDIC_NRF7002_SPI := nordic,nrf7002-spi -DT_COMPAT_NORDIC_NRF7001_QSPI := nordic,nrf7001-qspi -DT_COMPAT_NORDIC_NRF7001_SPI := nordic,nrf7001-spi -DT_COMPAT_NORDIC_NRF7000_QSPI := nordic,nrf7000-qspi -DT_COMPAT_NORDIC_NRF7000_SPI := nordic,nrf7000-spi +# TODO: Use DTS generated Kconfig once support is added DT_COMPAT_NORDIC_WIFI71 := nordic,nrf7120 menuconfig NRF70_BUSLIB diff --git a/soc/nxp/common/Kconfig.flexspi_xip b/soc/nxp/common/Kconfig.flexspi_xip index f804c563933ec..ec44c63798334 100644 --- a/soc/nxp/common/Kconfig.flexspi_xip +++ b/soc/nxp/common/Kconfig.flexspi_xip @@ -2,12 +2,11 @@ # SPDX-License-Identifier: Apache-2.0 DT_CHOSEN_Z_FLASH := zephyr,flash -DT_COMPAT_FLEXSPI := nxp,imx-flexspi DT_CHOSEN_FLASH_NODE := $(dt_chosen_path,$(DT_CHOSEN_Z_FLASH)) DT_CHOSEN_FLASH_PARENT := $(dt_node_parent,$(DT_CHOSEN_FLASH_NODE)) -DT_FLASH_PARENT_IS_FLEXSPI := $(dt_node_has_compat,$(DT_CHOSEN_FLASH_PARENT),$(DT_COMPAT_FLEXSPI)) +DT_FLASH_PARENT_IS_FLEXSPI := $(dt_node_has_compat,$(DT_CHOSEN_FLASH_PARENT),$(DT_COMPAT_NXP_IMX_FLEXSPI)) DT_FLASH_HAS_SIZE_PROP := $(dt_node_has_prop,$(DT_CHOSEN_FLASH_NODE),size) config FLASH_BASE_ADDRESS diff --git a/soc/nxp/common/Kconfig.xspi_xip b/soc/nxp/common/Kconfig.xspi_xip index a2ad8724871d1..2d2a73eb2b64f 100644 --- a/soc/nxp/common/Kconfig.xspi_xip +++ b/soc/nxp/common/Kconfig.xspi_xip @@ -2,13 +2,12 @@ # SPDX-License-Identifier: Apache-2.0 DT_CHOSEN_Z_FLASH := zephyr,flash -DT_COMPAT_XSPI := nxp,xspi DT_CHOSEN_FLASH_NODE := $(dt_chosen_path,$(DT_CHOSEN_Z_FLASH)) DT_CHOSEN_FLASH_CTRL := $(dt_node_parent,$(DT_CHOSEN_FLASH_NODE)) DT_CHOSEN_FLASH_CTRL_PARENT := $(dt_node_parent,$(DT_CHOSEN_FLASH_CTRL)) -DT_FLASH_CTRL_PARENT_IS_XSPI := $(dt_node_has_compat,$(DT_CHOSEN_FLASH_CTRL_PARENT),$(DT_COMPAT_XSPI)) +DT_FLASH_CTRL_PARENT_IS_XSPI := $(dt_node_has_compat,$(DT_CHOSEN_FLASH_CTRL_PARENT),$(DT_COMPAT_NXP_XSPI)) DT_FLASH_CTRL_HAS_SIZE_PROP := $(dt_node_has_prop,$(DT_CHOSEN_FLASH_CTRL),size) config FLASH_BASE_ADDRESS diff --git a/subsys/fs/Kconfig.fatfs b/subsys/fs/Kconfig.fatfs index ee0ec6ab4f20d..41dce9e9ec32d 100644 --- a/subsys/fs/Kconfig.fatfs +++ b/subsys/fs/Kconfig.fatfs @@ -299,7 +299,6 @@ config FS_FATFS_CUSTOM_MOUNT_POINTS be used for mounting fatfs filesystems anymore. depends on FS_FATFS_CUSTOM_MOUNT_POINT_COUNT > 0 -DT_COMPAT_ZEPHYR_FSTAB_FATFS := zephyr,fstab,fatfs config FS_FATFS_FSTAB_AUTOMOUNT bool "Support for fstab auto-mounting" depends on $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_FSTAB_FATFS)) diff --git a/subsys/fs/ext2/Kconfig b/subsys/fs/ext2/Kconfig index 02c42f666f108..48f82980b9bd6 100644 --- a/subsys/fs/ext2/Kconfig +++ b/subsys/fs/ext2/Kconfig @@ -53,7 +53,6 @@ config EXT2_SUPERBLOCK_ALIGNMENT this value if they require alignment. This represents the alignment of struct ext2_disk_superblock in bytes. -DT_COMPAT_ZEPHYR_FSTAB_EXT2 := zephyr,fstab,ext2 config EXT2_FSTAB_AUTOMOUNT bool "Support for fstab auto-mounting" depends on $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_FSTAB_EXT2))