diff options
author | Michal Simek | 2016-01-25 15:39:26 +0100 |
---|---|---|
committer | Michal Simek | 2018-08-06 08:44:35 +0200 |
commit | 13f451bf5625e222e881779e69d92a2002e41dfc (patch) | |
tree | 671a143643f75a2e8f39a562ec84418f6a4a6c13 /drivers/mtd | |
parent | bb694d4e898b1368ba96e01481dc0a79c491e77c (diff) |
spi: Kconfig: Create ISSI Kconfig entry
Add ISSI to Kconfig to make it selectable via menuconfig.
Also convert all current platforms.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/spi/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig index 4484cf81951..98485b12365 100644 --- a/drivers/mtd/spi/Kconfig +++ b/drivers/mtd/spi/Kconfig @@ -66,6 +66,11 @@ config SPI_FLASH_GIGADEVICE help Add support for various GigaDevice SPI flash chips (GD25xxx) +config SPI_FLASH_ISSI + bool "ISSI SPI flash support" + help + Add support for various ISSI SPI flash chips (ISxxx) + config SPI_FLASH_MACRONIX bool "Macronix SPI flash support" help |