diff options
Diffstat (limited to 'src/drivers/spi/Kconfig')
-rw-r--r-- | src/drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/spi/Kconfig b/src/drivers/spi/Kconfig index 4c2fd1f060..b55de58962 100644 --- a/src/drivers/spi/Kconfig +++ b/src/drivers/spi/Kconfig @@ -164,6 +164,13 @@ config SPI_FLASH_FAST_READ_DUAL_OUTPUT_3B output command (opcode 0x3b) where the opcode and address are sent to the chip on MOSI and data is received on both MOSI and MISO. +config SPI_FLASH_HAS_VOLATILE_GROUP + bool + default n + help + Allows chipset to group write/erase operations under a single volatile + group. + endif # SPI_FLASH config HAVE_SPI_CONSOLE_SUPPORT |