[U-Boot] [PATCH 3/5] sf: Kconfig: Add SPI_FLASH_BAR entry
Jagan Teki
jteki at openedev.com
Mon Jun 29 21:29:08 CEST 2015
Added SPI_FLASH_BAR entry on Kconfig with help description
Signed-off-by: Jagan Teki <jteki at openedev.com>
---
drivers/mtd/spi/Kconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index 6d1030d..3015395 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
--
1.9.1
More information about the U-Boot
mailing list