Skip to content

Commit b5736c3

Browse files
krish2718bjarki-andreasen
authored andcommitted
[nrf noup] drivers: wifi: nrfwifi: Workaround for build
External flash support is still WIP, so, to get sysbuild working add dummy Kconfig options. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent b0b9d17 commit b5736c3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

drivers/wifi/nrfwifi/Kconfig.nrfwifi

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,4 +700,31 @@ config NRF_WIFI_BUILD_ONLY_MODE
700700
dependency on firmware binary and patches.
701701
This is useful to check the build and link errors.
702702

703+
# TODO: Temporary WAR, implement these options in the future
704+
config NRF_WIFI_PATCHES_EXT_FLASH_DISABLED
705+
bool "nRF70 firmware patch external flash support"
706+
help
707+
Select this option to disable external flash support for nRF70 firmware patches
708+
709+
config NRF_WIFI_FW_PATCH_DFU
710+
bool "nRF70 firmware patch DFU"
711+
help
712+
Select this option to enable DFU for nRF70 firmware patches
713+
714+
config NRF_WIFI_PATCHES_EXT_FLASH_STORE
715+
bool "nRF70 firmware patch external flash store"
716+
help
717+
Select this option to enable external flash store for nRF70 firmware patches
718+
719+
config NRF_WIFI_FW_FLASH_CHUNK_SIZE
720+
int "nRF70 firmware patch flash chunk size"
721+
default 8192
722+
help
723+
Select this option to set the flash chunk size for nRF70 firmware patches
724+
725+
config NRF_WIFI_PATCHES_EXT_FLASH_XIP
726+
bool "nRF70 firmware patch external flash XIP"
727+
help
728+
Select this option to enable external flash XIP for nRF70 firmware patches
729+
703730
endif # WIFI_NRF70

0 commit comments

Comments
 (0)