summaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorMike Looijmans <mike.looijmans@topic.nl>2017-06-07 05:42:37 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2017-06-20 14:42:13 (GMT)
commit988390b8e14f16b5cbc8db057d9dbad45994d3b1 (patch)
tree2f85d6441a35855179f3456af57d4510c01996a0 /drivers/mtd
parentfb4000e87178bf20aeb0d6c6a71b0e25ff8dcda3 (diff)
downloadu-boot-fsl-qoriq-988390b8e14f16b5cbc8db057d9dbad45994d3b1.tar.xz
arm: zynq: Move CONFIG_SF_DUAL_FLASH to defconfig
Move the only use of CONFIG_SF_DUAL_FLASH to defconfig. This makes the associated topic_miamiplus.h header obsolete, so remove that as well. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/spi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index 5ca0a71..5700859 100644
--- a/drivers/mtd/spi/Kconfig
+++ b/drivers/mtd/spi/Kconfig
@@ -42,6 +42,13 @@ config SPI_FLASH_BAR
Bank/Extended address registers are used to access the flash
which has size > 16MiB in 3-byte addressing.
+config SF_DUAL_FLASH
+ bool "SPI DUAL flash memory support"
+ depends on SPI_FLASH
+ help
+ Enable this option to support two flash memories connected to a single
+ controller. Currently Xilinx Zynq qspi supports this.
+
if SPI_FLASH
config SPI_FLASH_ATMEL