diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-01-01 12:16:47 +0000 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-01-01 12:16:47 +0000 |
commit | bb6a77554935a86686039097cdda2b2a38891c78 (patch) | |
tree | bfba31b33ac594bd27882ac8d0e8ba0a806d05e4 /drivers/mtd/nand/Kconfig | |
parent | 49f37b74d077edff355f1c3390fc9fd0c418ef9b (diff) | |
download | linux-stable-bb6a77554935a86686039097cdda2b2a38891c78.tar.gz linux-stable-bb6a77554935a86686039097cdda2b2a38891c78.tar.bz2 linux-stable-bb6a77554935a86686039097cdda2b2a38891c78.zip |
mtd: nand: rename w90p910_nand.c to nuc900_nand.c
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
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 7678538344f4..2dcbccb50da7 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -489,11 +489,11 @@ config MTD_NAND_SOCRATES help Enables support for NAND Flash chips wired onto Socrates board. -config MTD_NAND_W90P910 - tristate "Support for NAND on w90p910 evaluation board." +config MTD_NAND_NUC900 + tristate "Support for NAND on Nuvoton NUC9xx/w90p910 evaluation boards." depends on ARCH_W90X900 && MTD_PARTITIONS help This enables the driver for the NAND Flash on evaluation board based - on w90p910. + on w90p910 / NUC9xx. endif # MTD_NAND |