aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/spi/Kconfig42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/drivers/spi/Kconfig b/src/drivers/spi/Kconfig
index 5135dfb762..6b31053497 100644
--- a/src/drivers/spi/Kconfig
+++ b/src/drivers/spi/Kconfig
@@ -33,6 +33,20 @@ config SPI_FLASH_SMM
help
Select this option if you want SPI flash support in SMM.
+config SPI_FLASH_NO_FAST_READ
+ bool "Disable Fast Read command"
+ default n
+ help
+ Select this option if your setup requires to avoid "fast read"s
+ from the SPI flash parts.
+
+config SPI_FLASH_ADESTO
+ bool
+ default y
+ help
+ Select this option if your chipset driver needs to store certain
+ data in the SPI flash and your SPI flash is made by Adesto Technologies.
+
config SPI_FLASH_AMIC
bool
default y
@@ -47,6 +61,13 @@ config SPI_FLASH_EON
Select this option if your chipset driver needs to store certain
data in the SPI flash and your SPI flash is made by EON.
+config SPI_FLASH_GIGADEVICE
+ bool
+ default y
+ help
+ Select this option if your chipset driver needs to store certain
+ data in the SPI flash and your SPI flash is made by Gigadevice.
+
config SPI_FLASH_MACRONIX
bool
default y
@@ -82,25 +103,4 @@ config SPI_FLASH_WINBOND
Select this option if your chipset driver needs to store certain
data in the SPI flash and your SPI flash is made by Winbond.
-config SPI_FLASH_NO_FAST_READ
- bool "Disable Fast Read command"
- default n
- help
- Select this option if your setup requires to avoid "fast read"s
- from the SPI flash parts.
-
-config SPI_FLASH_GIGADEVICE
- bool
- default y
- help
- Select this option if your chipset driver needs to store certain
- data in the SPI flash and your SPI flash is made by Gigadevice.
-
-config SPI_FLASH_ADESTO
- bool
- default y
- help
- Select this option if your chipset driver needs to store certain
- data in the SPI flash and your SPI flash is made by Adesto Technologies.
-
endif # SPI_FLASH