diff options
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index f7801eb730ce..94b1d0e3ec85 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | # drivers/mtd/nand/Kconfig | 1 | # drivers/mtd/nand/Kconfig |
2 | # $Id: Kconfig,v 1.26 2005/01/05 12:42:24 dwmw2 Exp $ | 2 | # $Id: Kconfig,v 1.31 2005/06/20 12:03:21 bjd Exp $ |
3 | 3 | ||
4 | menu "NAND Flash Device Drivers" | 4 | menu "NAND Flash Device Drivers" |
5 | depends on MTD!=n | 5 | depends on MTD!=n |
@@ -95,10 +95,11 @@ config MTD_NAND_PPCHAMELEONEVB | |||
95 | This enables the NAND flash driver on the PPChameleon EVB Board. | 95 | This enables the NAND flash driver on the PPChameleon EVB Board. |
96 | 96 | ||
97 | config MTD_NAND_S3C2410 | 97 | config MTD_NAND_S3C2410 |
98 | tristate "NAND Flash support for S3C2410 SoC" | 98 | tristate "NAND Flash support for S3C2410/S3C2440 SoC" |
99 | depends on ARCH_S3C2410 && MTD_NAND | 99 | depends on ARCH_S3C2410 && MTD_NAND |
100 | help | 100 | help |
101 | This enables the NAND flash controller on the S3C2410. | 101 | This enables the NAND flash controller on the S3C2410 and S3C2440 |
102 | SoCs | ||
102 | 103 | ||
103 | No board specfic support is done by this driver, each board | 104 | No board specfic support is done by this driver, each board |
104 | must advertise a platform_device for the driver to attach. | 105 | must advertise a platform_device for the driver to attach. |