Skip to content

Commit f8b3320

Browse files
krish2718kartben
authored andcommitted
drivers: nrf_wifi: Remove unused macros
These are duplicates of nRF7o bus library. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent f74ff15 commit f8b3320

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,6 @@ config WIFI_NRF70_LOG_LEVEL
175175
# Enable error by default
176176
default 1
177177

178-
config NRF70_ON_QSPI
179-
def_bool DT_HAS_NORDIC_NRF7002_QSPI_ENABLED || \
180-
DT_HAS_NORDIC_NRF7001_QSPI_ENABLED || \
181-
DT_HAS_NORDIC_NRF7000_QSPI_ENABLED
182-
select NRFX_QSPI
183-
184-
config NRF70_ON_SPI
185-
def_bool DT_HAS_NORDIC_NRF7002_SPI_ENABLED || \
186-
DT_HAS_NORDIC_NRF7001_SPI_ENABLED || \
187-
DT_HAS_NORDIC_NRF7000_SPI_ENABLED
188-
select SPI
189-
190178
config NRF70_2_4G_ONLY
191179
def_bool y if WIFI_NRF7001
192180

0 commit comments

Comments
 (0)