File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff 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+ 
703730endif # WIFI_NRF70
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments