]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
spi: Kconfig: Add ISSI Kconfig entry
authorMichal Simek <michal.simek@xilinx.com>
Mon, 25 Jan 2016 14:39:26 +0000 (15:39 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Jan 2016 10:50:37 +0000 (11:50 +0100)
Add ISSI to Kconfig to make it selectable via menuconfig.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/spi/Kconfig

index 3f7433cbc214b76a7120886f858047d64b51744c..c9f8975473dc50ce7f85556e5490fe40e4d51bd9 100644 (file)
@@ -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