diff options
author | Stefan Roese <ml@stefan-roese.de> | 2007-05-22 11:23:45 +0200 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-06-28 20:33:04 +0100 |
commit | 02d929187414f2095b30ebf4acee1ce6617add45 (patch) | |
tree | 5d5afa22b3b5d7ba9438af5a20fd0ffa4d200bfb /drivers/mtd/nand/Kconfig | |
parent | 356d70f19d949a11320ab626037b2d197a8e8b51 (diff) | |
download | kernel_samsung_tuna-02d929187414f2095b30ebf4acee1ce6617add45.zip kernel_samsung_tuna-02d929187414f2095b30ebf4acee1ce6617add45.tar.gz kernel_samsung_tuna-02d929187414f2095b30ebf4acee1ce6617add45.tar.bz2 |
[MTD] [NAND] Change NDFC driver to support 405 platforms too
This patch adds 405 platform support to the 440 NDFC driver. The new
AMCC 405EZ PPC is equipped with the same NDFC core as the 440EP(x)
and other will follow soon.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index f1d60b6..d8b8fce 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -134,10 +134,10 @@ config MTD_NAND_S3C2410_HWECC config MTD_NAND_NDFC tristate "NDFC NanD Flash Controller" - depends on 44x + depends on 4xx select MTD_NAND_ECC_SMC help - NDFC Nand Flash Controllers are integrated in EP44x SoCs + NDFC Nand Flash Controllers are integrated in IBM/AMCC's 4xx SoCs config MTD_NAND_S3C2410_CLKSTOP bool "S3C2410 NAND IDLE clock stop" |