]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: Move option CONFIG_NAND_ZYNQ to Kconfig
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Wed, 27 Jul 2016 10:31:44 +0000 (16:01 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 28 Jul 2016 06:06:08 +0000 (08:06 +0200)
Move config option CONFIG_NAND_ZYNQ as Kconfig
option. All the board which needs to enable this
option canbe done through Kconfig.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/nand/Kconfig

index 8c46a2ff8e1a3f9a85a06ae06aaed680d8fa8c42..d0b506791fe23d2e5ea366bc655ff95c0f04e542 100644 (file)
@@ -78,6 +78,12 @@ config NAND_ARASAN
          controller. This uses the hardware ECC for read and
          write operations.
 
+config NAND_ZYNQ
+       bool "Support for Nand on Zynq SoC"
+       help
+         This enables Nand driver support for Nand controller
+         on Zynq SoC.
+
 comment "Generic NAND options"
 
 # Enhance depends when converting drivers to Kconfig which use this config