diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-03-26 10:55:59 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-03-26 10:55:59 -0400 |
commit | 329f9052dbadf6f4afe2231668bd00c579a4aa10 (patch) | |
tree | e080a5c70df40f3ae8cf28a95a3267757668ab97 /drivers/mtd/nand/Kconfig | |
parent | 395b228858778d3c44f7c413693a6acaa8bb62dc (diff) | |
parent | 220bf991b0366cc50a94feede3d7341fa5710ee4 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/mtd/nand/sh_flctl.c
Maxim's patch to initialise sysfs attributes depends on the patch which
actually adds sysfs_attr_init().
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 226206e06230..164bd56b9d1a 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -461,7 +461,7 @@ config MTD_NAND_MPC5121_NFC | |||
461 | 461 | ||
462 | config MTD_NAND_MXC | 462 | config MTD_NAND_MXC |
463 | tristate "MXC NAND support" | 463 | tristate "MXC NAND support" |
464 | depends on ARCH_MX2 || ARCH_MX3 | 464 | depends on ARCH_MX2 || ARCH_MX25 || ARCH_MX3 |
465 | help | 465 | help |
466 | This enables the driver for the NAND flash controller on the | 466 | This enables the driver for the NAND flash controller on the |
467 | MXC processors. | 467 | MXC processors. |
@@ -474,10 +474,10 @@ config MTD_NAND_NOMADIK | |||
474 | 474 | ||
475 | config MTD_NAND_SH_FLCTL | 475 | config MTD_NAND_SH_FLCTL |
476 | tristate "Support for NAND on Renesas SuperH FLCTL" | 476 | tristate "Support for NAND on Renesas SuperH FLCTL" |
477 | depends on MTD_NAND && SUPERH && CPU_SUBTYPE_SH7723 | 477 | depends on MTD_NAND && (SUPERH || ARCH_SHMOBILE) |
478 | help | 478 | help |
479 | Several Renesas SuperH CPU has FLCTL. This option enables support | 479 | Several Renesas SuperH CPU has FLCTL. This option enables support |
480 | for NAND Flash using FLCTL. This driver support SH7723. | 480 | for NAND Flash using FLCTL. |
481 | 481 | ||
482 | config MTD_NAND_DAVINCI | 482 | config MTD_NAND_DAVINCI |
483 | tristate "Support NAND on DaVinci SoC" | 483 | tristate "Support NAND on DaVinci SoC" |