diff options
-rw-r--r-- | drivers/mtd/Kconfig | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index b4567c35a322..8b61b0cc7b45 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
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 HAS_IOMEM |
4 | select MTD_PARTITIONS | ||
4 | help | 5 | help |
5 | Memory Technology Devices are flash, RAM and similar chips, often | 6 | Memory Technology Devices are flash, RAM and similar chips, often |
6 | used for solid state file systems on embedded devices. This option | 7 | used for solid state file systems on embedded devices. This option |
@@ -34,16 +35,7 @@ config MTD_TESTS | |||
34 | various checks and verifications when loaded. | 35 | various checks and verifications when loaded. |
35 | 36 | ||
36 | config MTD_PARTITIONS | 37 | config MTD_PARTITIONS |
37 | bool "MTD partitioning support" | 38 | bool |
38 | help | ||
39 | If you have a device which needs to divide its flash chip(s) up | ||
40 | into multiple 'partitions', each of which appears to the user as | ||
41 | a separate MTD device, you require this option to be enabled. If | ||
42 | unsure, say 'Y'. | ||
43 | |||
44 | Note, however, that you don't need this option for the DiskOnChip | ||
45 | devices. Partitioning on NFTL 'devices' is a different - that's the | ||
46 | 'normal' form of partitioning used on a block device. | ||
47 | 39 | ||
48 | if MTD_PARTITIONS | 40 | if MTD_PARTITIONS |
49 | 41 | ||