diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-19 11:01:22 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-03-15 03:13:15 +0100 |
commit | 3e862c05ca1bf5bd4cb703bc257d180a4583bc41 (patch) | |
tree | ff1bee57a57ae8fefe06f1d1d373d2d0b54d96d7 /drivers/mtd/nand/Kconfig | |
parent | ARM: mach-shmobile: G3EVM FLCTL platform data (diff) | |
download | linux-3e862c05ca1bf5bd4cb703bc257d180a4583bc41.tar.xz linux-3e862c05ca1bf5bd4cb703bc257d180a4583bc41.zip |
mtd: enable sh_flctl on SH-Mobile ARM
Update the Kconfig entry for the sh_flctl driver to
enable build on SH-Mobile ARM platforms.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 1157d5679e66..42e5ea49e975 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -457,7 +457,7 @@ config MTD_NAND_NOMADIK config MTD_NAND_SH_FLCTL tristate "Support for NAND on Renesas SuperH FLCTL" - depends on MTD_NAND && SUPERH + depends on MTD_NAND && (SUPERH || ARCH_SHMOBILE) help Several Renesas SuperH CPU has FLCTL. This option enables support for NAND Flash using FLCTL. |