From: Siva Durga Prasad Paladugu Date: Wed, 27 Jul 2016 10:31:44 +0000 (+0530) Subject: Kconfig: Move option CONFIG_NAND_ZYNQ to Kconfig X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2009b20bf0d5cf6272c27554403b0c717b94e7af;p=thirdparty%2Fu-boot.git Kconfig: Move option CONFIG_NAND_ZYNQ to Kconfig 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 Signed-off-by: Michal Simek --- diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 8c46a2ff8e1..d0b506791fe 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -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