From 95b1e86dc261f6ac75f91b455598980bd8f6bc35 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 25 Jan 2016 15:39:26 +0100 Subject: [PATCH] spi: Kconfig: Add ISSI Kconfig entry Add ISSI to Kconfig to make it selectable via menuconfig. Signed-off-by: Michal Simek --- drivers/mtd/spi/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig index 3f7433cbc21..c9f8975473d 100644 --- a/drivers/mtd/spi/Kconfig +++ b/drivers/mtd/spi/Kconfig @@ -59,6 +59,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 -- 2.47.3