diff mbox series

mtd: spi: Remove SF_DUAL_FLASH symbol from Kconfig

Message ID 154f4fa1a3ef70884e816c05859aadfbfb81b464.1638276429.git.michal.simek@xilinx.com
State Accepted
Commit b3425a3f4e6f1625e3d06109d2193e70901a1683
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series mtd: spi: Remove SF_DUAL_FLASH symbol from Kconfig | expand

Commit Message

Michal Simek Nov. 30, 2021, 12:47 p.m. UTC
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>
---

 drivers/mtd/spi/Kconfig | 6 ------
 1 file changed, 6 deletions(-)

Comments

Jagan Teki Dec. 2, 2021, 6:03 a.m. UTC | #1
On Tue, Nov 30, 2021 at 6:17 PM Michal Simek <michal.simek@xilinx.com> wrote:
>
> 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>
> ---

Applied to u-boot-spi/master
diff mbox series

Patch

diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index 408a53f86178..2f56d46a384c 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