summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-29 23:32:17 +0530
committerJagan Teki <jteki@openedev.com>2015-07-01 21:39:06 +0530
commit84d31b3b8f2f2134e1534354cba82ca8cb671962 (patch)
tree82bc37b9fc804ddfdf19701ee79f6b153d96cdfd
parent9cb528de4800f350e819000d93bfe836042528a2 (diff)
downloadblackbird-obmc-uboot-84d31b3b8f2f2134e1534354cba82ca8cb671962.tar.gz
blackbird-obmc-uboot-84d31b3b8f2f2134e1534354cba82ca8cb671962.zip
sf: Kconfig: Add SPI_FLASH_BAR entry
Added SPI_FLASH_BAR entry on Kconfig with help description Signed-off-by: Jagan Teki <jteki@openedev.com>
-rw-r--r--drivers/mtd/spi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index a4160fd7ff..4f0c040214 100644
--- a/drivers/mtd/spi/Kconfig
+++ b/drivers/mtd/spi/Kconfig
@@ -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
OpenPOWER on IntegriCloud