diff options
Diffstat (limited to 'drivers/mtd/devices/Kconfig')
-rw-r--r-- | drivers/mtd/devices/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index 9a2aa4033c6a..5038e90ceb12 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig | |||
@@ -47,6 +47,22 @@ config MTD_MS02NV | |||
47 | accelerator. Say Y here if you have a DECstation 5000/2x0 or a | 47 | accelerator. Say Y here if you have a DECstation 5000/2x0 or a |
48 | DECsystem 5900 equipped with such a module. | 48 | DECsystem 5900 equipped with such a module. |
49 | 49 | ||
50 | config MTD_DATAFLASH | ||
51 | tristate "Support for AT45xxx DataFlash" | ||
52 | depends on MTD && SPI_MASTER && EXPERIMENTAL | ||
53 | help | ||
54 | This enables access to AT45xxx DataFlash chips, using SPI. | ||
55 | Sometimes DataFlash chips are packaged inside MMC-format | ||
56 | cards; at this writing, the MMC stack won't handle those. | ||
57 | |||
58 | config MTD_M25P80 | ||
59 | tristate "Support for M25 SPI Flash" | ||
60 | depends on MTD && SPI_MASTER && EXPERIMENTAL | ||
61 | help | ||
62 | This enables access to ST M25P80 and similar SPI flash chips, | ||
63 | used for program and data storage. Set up your spi devices | ||
64 | with the right board-specific platform data. | ||
65 | |||
50 | config MTD_SLRAM | 66 | config MTD_SLRAM |
51 | tristate "Uncached system RAM" | 67 | tristate "Uncached system RAM" |
52 | depends on MTD | 68 | depends on MTD |