diff options
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index f7801eb730ce..36d34e5e5a5a 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 |
@@ -58,20 +58,6 @@ config MTD_NAND_TOTO | |||
58 | config MTD_NAND_IDS | 58 | config MTD_NAND_IDS |
59 | tristate | 59 | tristate |
60 | 60 | ||
61 | config MTD_NAND_TX4925NDFMC | ||
62 | tristate "SmartMedia Card on Toshiba RBTX4925 reference board" | ||
63 | depends on TOSHIBA_RBTX4925 && MTD_NAND && TOSHIBA_RBTX4925_MPLEX_NAND | ||
64 | help | ||
65 | This enables the driver for the NAND flash device found on the | ||
66 | Toshiba RBTX4925 reference board, which is a SmartMediaCard. | ||
67 | |||
68 | config MTD_NAND_TX4938NDFMC | ||
69 | tristate "NAND Flash device on Toshiba RBTX4938 reference board" | ||
70 | depends on TOSHIBA_RBTX4938 && MTD_NAND && TOSHIBA_RBTX4938_MPLEX_NAND | ||
71 | help | ||
72 | This enables the driver for the NAND flash device found on the | ||
73 | Toshiba RBTX4938 reference board. | ||
74 | |||
75 | config MTD_NAND_AU1550 | 61 | config MTD_NAND_AU1550 |
76 | tristate "Au1550 NAND support" | 62 | tristate "Au1550 NAND support" |
77 | depends on SOC_AU1550 && MTD_NAND | 63 | depends on SOC_AU1550 && MTD_NAND |
@@ -95,10 +81,11 @@ config MTD_NAND_PPCHAMELEONEVB | |||
95 | This enables the NAND flash driver on the PPChameleon EVB Board. | 81 | This enables the NAND flash driver on the PPChameleon EVB Board. |
96 | 82 | ||
97 | config MTD_NAND_S3C2410 | 83 | config MTD_NAND_S3C2410 |
98 | tristate "NAND Flash support for S3C2410 SoC" | 84 | tristate "NAND Flash support for S3C2410/S3C2440 SoC" |
99 | depends on ARCH_S3C2410 && MTD_NAND | 85 | depends on ARCH_S3C2410 && MTD_NAND |
100 | help | 86 | help |
101 | This enables the NAND flash controller on the S3C2410. | 87 | This enables the NAND flash controller on the S3C2410 and S3C2440 |
88 | SoCs | ||
102 | 89 | ||
103 | No board specfic support is done by this driver, each board | 90 | No board specfic support is done by this driver, each board |
104 | must advertise a platform_device for the driver to attach. | 91 | must advertise a platform_device for the driver to attach. |