]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
sf: Kconfig: Add SPI_FLASH_BAR entry
authorJagan Teki <jteki@openedev.com>
Mon, 29 Jun 2015 18:02:17 +0000 (23:32 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:35 +0000 (00:47 +0200)
Added SPI_FLASH_BAR entry on Kconfig with help description

Signed-off-by: Jagan Teki <jteki@openedev.com>
drivers/mtd/spi/Kconfig

index a4160fd7ffb04a92e8f251c068c2920bb3e6c403..4f0c040214386af418e5e17353928861d96e872a 100644 (file)
@@ -34,6 +34,14 @@ config SPI_FLASH
 
          If unsure, say N
 
+config SPI_FLASH_BAR
+       bool "SPI flash Bank/Extended address register support"
+       depends on SPI_FLASH
+       help
+         Enable the SPI flash Bank/Extended address register support.
+         Bank/Extended address registers are used to access the flash
+         which has size > 16MiB in 3-byte addressing.
+
 config SPI_FLASH_DATAFLASH
        bool "AT45xxx DataFlash support"
        depends on SPI_FLASH && DM_SPI_FLASH