@@ -374,7 +374,7 @@ menu "SPI Flash driver"
374374
375375 config SPI_FLASH_SUPPORT_ISSI_CHIP
376376 bool "ISSI"
377- default y if SPI_FLASH_VENDOR_ISSI_SUPPORTED
377+ default y if SPI_FLASH_VENDOR_ISSI_SUPPORT_ENABLED
378378 default n
379379 help
380380 Enable this to support auto detection of ISSI chips if chip vendor not directly
@@ -383,7 +383,7 @@ menu "SPI Flash driver"
383383
384384 config SPI_FLASH_SUPPORT_MXIC_CHIP
385385 bool "MXIC"
386- default y if SPI_FLASH_VENDOR_MXIC_SUPPORTED
386+ default y if SPI_FLASH_VENDOR_MXIC_SUPPORT_ENABLED
387387 default n
388388 help
389389 Enable this to support auto detection of MXIC chips if chip vendor not directly
@@ -392,7 +392,7 @@ menu "SPI Flash driver"
392392
393393 config SPI_FLASH_SUPPORT_GD_CHIP
394394 bool "GigaDevice"
395- default y if SPI_FLASH_VENDOR_GD_SUPPORTED
395+ default y if SPI_FLASH_VENDOR_GD_SUPPORT_ENABLED
396396 default n
397397 help
398398 Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not
@@ -406,7 +406,7 @@ menu "SPI Flash driver"
406406
407407 config SPI_FLASH_SUPPORT_WINBOND_CHIP
408408 bool "Winbond"
409- default y if SPI_FLASH_VENDOR_WINBOND_SUPPORTED
409+ default y if SPI_FLASH_VENDOR_WINBOND_SUPPORT_ENABLED
410410 default n
411411 help
412412 Enable this to support auto detection of Winbond chips if chip vendor not directly
@@ -416,7 +416,7 @@ menu "SPI Flash driver"
416416 config SPI_FLASH_SUPPORT_BOYA_CHIP
417417 bool "BOYA"
418418 # ESP32 doesn't usually use this chip, default n to save iram.
419- default y if SPI_FLASH_VENDOR_BOYA_SUPPORTED
419+ default y if SPI_FLASH_VENDOR_BOYA_SUPPORT_ENABLED
420420 default n
421421 help
422422 Enable this to support auto detection of BOYA chips if chip vendor not directly
@@ -426,7 +426,7 @@ menu "SPI Flash driver"
426426 config SPI_FLASH_SUPPORT_TH_CHIP
427427 bool "TH"
428428 # ESP32 doesn't usually use this chip, default n to save iram.
429- default y if SPI_FLASH_VENDOR_TH_SUPPORTED
429+ default y if SPI_FLASH_VENDOR_TH_SUPPORT_ENABLED
430430 default n
431431 help
432432 Enable this to support auto detection of TH chips if chip vendor not directly
0 commit comments