diff options
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 1be621841400..5760c1a4b3f6 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | menuconfig MTD | 1 | menuconfig MTD |
2 | tristate "Memory Technology Device (MTD) support" | 2 | tristate "Memory Technology Device (MTD) support" |
3 | depends on HAS_IOMEM | 3 | depends on GENERIC_IO |
4 | help | 4 | help |
5 | Memory Technology Devices are flash, RAM and similar chips, often | 5 | Memory Technology Devices are flash, RAM and similar chips, often |
6 | used for solid state file systems on embedded devices. This option | 6 | used for solid state file systems on embedded devices. This option |
@@ -304,9 +304,6 @@ config MTD_OOPS | |||
304 | buffer in a flash partition where it can be read back at some | 304 | buffer in a flash partition where it can be read back at some |
305 | later point. | 305 | later point. |
306 | 306 | ||
307 | To use, add console=ttyMTDx to the kernel command line, | ||
308 | where x is the MTD device number to use. | ||
309 | |||
310 | config MTD_SWAP | 307 | config MTD_SWAP |
311 | tristate "Swap on MTD device support" | 308 | tristate "Swap on MTD device support" |
312 | depends on MTD && SWAP | 309 | depends on MTD && SWAP |