aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/Kconfig
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2019-11-17 18:34:25 +0100
committerMiquel Raynal <miquel.raynal@bootlin.com>2019-11-17 18:34:25 +0100
commit589e1b6c47ce72fcae103c2e45d899610c92c11e (patch)
tree125fe159c2800ba70c7bff6b5f0f35e51efb8cdd /drivers/mtd/nand/raw/Kconfig
parentMerge tag 'spi-nor/for-5.5' into mtd/next (diff)
parentmtd: rawnand: remove unecessary checking if dmac is NULL (diff)
downloadlinux-dev-589e1b6c47ce72fcae103c2e45d899610c92c11e.tar.xz
linux-dev-589e1b6c47ce72fcae103c2e45d899610c92c11e.zip
Merge tag 'nand/for-5.5' into mtd/next
Raw NAND core * Useless extra checks dropped. * Updated the detection of the bad block markers position Raw NAND controller drivers: * Cadence : New driver * Brcmnand: Support for flash-dma v0 + fixes * Denali : Support for the legacy controller/chip DT representation dropped * Superfluous dev_err() calls removed
Diffstat (limited to 'drivers/mtd/nand/raw/Kconfig')
-rw-r--r--drivers/mtd/nand/raw/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index e59de3f60cf6..74fb91adeb46 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -450,6 +450,13 @@ config MTD_NAND_PLATFORM
devices. You will need to provide platform-specific functions
via platform_data.
+config MTD_NAND_CADENCE
+ tristate "Support Cadence NAND (HPNFC) controller"
+ depends on OF || COMPILE_TEST
+ help
+ Enable the driver for NAND flash on platforms using a Cadence NAND
+ controller.
+
comment "Misc"
config MTD_SM_COMMON