diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2008-10-14 08:23:26 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-14 08:33:05 -0400 |
commit | 6028aa01f759a1dae11e5d0e495b3dc9d2b0a47b (patch) | |
tree | c553cf676af448182a1cad908bf210fe25ae49f2 /drivers/mtd/nand/Kconfig | |
parent | 3fc2389847a84d06263c13a3b6dfe1f1d6eea935 (diff) |
[MTD] [NAND] sh_flctl: add support for Renesas SuperH FLCTL
Several Renesas SuperH CPU has FLCTL. The FLCTL support NAND Flash.
This driver support SH7723.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 82815dd64bf6..89b4d39386ab 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -407,4 +407,11 @@ config MTD_NAND_MXC | |||
407 | This enables the driver for the NAND flash controller on the | 407 | This enables the driver for the NAND flash controller on the |
408 | MXC processors. | 408 | MXC processors. |
409 | 409 | ||
410 | config MTD_NAND_SH_FLCTL | ||
411 | tristate "Support for NAND on Renesas SuperH FLCTL" | ||
412 | depends on MTD_NAND && SUPERH && CPU_SUBTYPE_SH7723 | ||
413 | help | ||
414 | Several Renesas SuperH CPU has FLCTL. This option enables support | ||
415 | for NAND Flash using FLCTL. This driver support SH7723. | ||
416 | |||
410 | endif # MTD_NAND | 417 | endif # MTD_NAND |