summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/include/config.h b/include/config.h
index 8e7bb679f1..9421cb4a81 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2050,21 +2050,14 @@
/* Define the SPI port to use to access the flash */
#undef CONFIG_SPI_FLASH_PORT
-/* Support W25Q40 SPI flash */
+/* Select any of the following SPI flash configs that your board uses. */
+#undef CONFIG_SPI_FLASH_GD25LQ40
+#undef CONFIG_SPI_FLASH_GD25Q41B
#undef CONFIG_SPI_FLASH_W25Q40
-
-/* Support W25Q64 SPI flash */
#undef CONFIG_SPI_FLASH_W25Q64
-
-/* Support W25X40 SPI flash */
+#undef CONFIG_SPI_FLASH_W25Q80
#undef CONFIG_SPI_FLASH_W25X40
-/* Support GD25Q40 SPI flash */
-#undef CONFIG_SPI_FLASH_GD25LQ40
-
-/* Support GD25Q41B SPI flash */
-#undef CONFIG_SPI_FLASH_GD25Q41B
-
/* SPI flash part supports SR2 register */
#undef CONFIG_SPI_FLASH_HAS_SR2