From: Jagan Teki Date: Sat, 8 Oct 2016 12:30:25 +0000 (+0530) Subject: mtd: nand: Kconfig: Add NAND_MXS entry X-Git-Tag: v2016.11-rc3~33^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df10a850c5e3e1bfcd74a01f8478abd4dc88a55b;p=platform%2Fkernel%2Fu-boot.git mtd: nand: Kconfig: Add NAND_MXS entry Added kconfig for NAND_MXS driver. Cc: Scott Wood Cc: Simon Glass Cc: Fabio Estevam Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 5ce7d6d..df154bf 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -80,6 +80,13 @@ config NAND_ARASAN controller. This uses the hardware ECC for read and write operations. +config NAND_MXS + bool "MXS NAND support" + depends on MX6 + help + This enables NAND driver for the NAND flash controller on the + MXS processors. + comment "Generic NAND options" # Enhance depends when converting drivers to Kconfig which use this config