drivers: nrf_wifi: Remove unused macros

These are duplicates of nRF7o bus library.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2024-12-24 16:27:50 +05:30 committed by Benjamin Cabé
parent f74ff15101
commit f8b3320c68

View file

@ -175,18 +175,6 @@ config WIFI_NRF70_LOG_LEVEL
# Enable error by default # Enable error by default
default 1 default 1
config NRF70_ON_QSPI
def_bool DT_HAS_NORDIC_NRF7002_QSPI_ENABLED || \
DT_HAS_NORDIC_NRF7001_QSPI_ENABLED || \
DT_HAS_NORDIC_NRF7000_QSPI_ENABLED
select NRFX_QSPI
config NRF70_ON_SPI
def_bool DT_HAS_NORDIC_NRF7002_SPI_ENABLED || \
DT_HAS_NORDIC_NRF7001_SPI_ENABLED || \
DT_HAS_NORDIC_NRF7000_SPI_ENABLED
select SPI
config NRF70_2_4G_ONLY config NRF70_2_4G_ONLY
def_bool y if WIFI_NRF7001 def_bool y if WIFI_NRF7001