diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2012-09-27 12:58:06 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-11-15 08:37:46 -0500 |
commit | 30f9f2fb7ba032665c8cea7694c815f18ed47a34 (patch) | |
tree | c6c8d570b67f4544b39ed4b4725d899cd1b970f1 /drivers/mtd/nand/Kconfig | |
parent | 2a0a288ec258bd38d8855fad9419aeb45b7e8499 (diff) |
mtd: denali: add a DT driver
Add a device tree version of the Denali NAND driver. Based
on an original patch from Jamie Iles to add a MMIO version
of this driver.
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 5102e87f8df0..ee803d611e4e 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -69,7 +69,14 @@ config MTD_NAND_DENALI_PCI | |||
69 | help | 69 | help |
70 | Enable the driver for NAND flash on Intel Moorestown, using the | 70 | Enable the driver for NAND flash on Intel Moorestown, using the |
71 | Denali NAND controller core. | 71 | Denali NAND controller core. |
72 | 72 | ||
73 | config MTD_NAND_DENALI_DT | ||
74 | tristate "Support Denali NAND controller as a DT device" | ||
75 | depends on HAVE_CLK && MTD_NAND_DENALI | ||
76 | help | ||
77 | Enable the driver for NAND flash on platforms using a Denali NAND | ||
78 | controller as a DT device. | ||
79 | |||
73 | config MTD_NAND_DENALI_SCRATCH_REG_ADDR | 80 | config MTD_NAND_DENALI_SCRATCH_REG_ADDR |
74 | hex "Denali NAND size scratch register address" | 81 | hex "Denali NAND size scratch register address" |
75 | default "0xFF108018" | 82 | default "0xFF108018" |