aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-11-30 13:47:10 +0100
committerJagan Teki <jagan@amarulasolutions.com>2021-12-02 11:33:01 +0530
commitb3425a3f4e6f1625e3d06109d2193e70901a1683 (patch)
treec207b630eb27ffb5e1100ef51c28a3035be92ca9 /drivers/mtd
parent846d1d9c119b9046fa120a76e6d01192fa74ad52 (diff)
downloadu-boot-b3425a3f4e6f1625e3d06109d2193e70901a1683.zip
u-boot-b3425a3f4e6f1625e3d06109d2193e70901a1683.tar.gz
u-boot-b3425a3f4e6f1625e3d06109d2193e70901a1683.tar.bz2
mtd: spi: Remove SF_DUAL_FLASH symbol from Kconfig
This symbol is not used anywhere in the code. Just enable in couple of defconfigs but it does nothing that's why remove it. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/spi/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index 408a53f..2f56d46 100644
--- a/drivers/mtd/spi/Kconfig
+++ b/drivers/mtd/spi/Kconfig
@@ -129,12 +129,6 @@ config SPI_FLASH_UNLOCK_ALL
For legacy reasons, this option default to y. But if you intend to
actually use the software protection bits you should say n here.
-config SF_DUAL_FLASH
- bool "SPI DUAL flash memory support"
- help
- Enable this option to support two flash memories connected to a single
- controller. Currently Xilinx Zynq qspi supports this.
-
config SPI_FLASH_ATMEL
bool "Atmel SPI flash support"
help