aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2013-03-14 07:09:08 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2013-04-05 08:19:09 -0400
commit880113eff2f7703f61f70361ba37d72941e2906d (patch)
tree288d915c0926a0ce943c8790e1ed502a008e504d /Documentation
parent660685d9d1b4730f0b5ca97fa95f272f99c63bce (diff)
Documentation: mtd: amend the sysfs docs after mtdchar merge
The mtdchar module was merged with the mtdcore module, which means that the MTD_CHAR Kconfig symbol does not exist any more. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/testing/sysfs-class-mtd6
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-mtd b/Documentation/ABI/testing/sysfs-class-mtd
index 938ef71e2035..3105644b3bfc 100644
--- a/Documentation/ABI/testing/sysfs-class-mtd
+++ b/Documentation/ABI/testing/sysfs-class-mtd
@@ -14,8 +14,7 @@ Description:
14 The /sys/class/mtd/mtd{0,1,2,3,...} directories correspond 14 The /sys/class/mtd/mtd{0,1,2,3,...} directories correspond
15 to each /dev/mtdX character device. These may represent 15 to each /dev/mtdX character device. These may represent
16 physical/simulated flash devices, partitions on a flash 16 physical/simulated flash devices, partitions on a flash
17 device, or concatenated flash devices. They exist regardless 17 device, or concatenated flash devices.
18 of whether CONFIG_MTD_CHAR is actually enabled.
19 18
20What: /sys/class/mtd/mtdXro/ 19What: /sys/class/mtd/mtdXro/
21Date: April 2009 20Date: April 2009
@@ -23,8 +22,7 @@ KernelVersion: 2.6.29
23Contact: linux-mtd@lists.infradead.org 22Contact: linux-mtd@lists.infradead.org
24Description: 23Description:
25 These directories provide the corresponding read-only device 24 These directories provide the corresponding read-only device
26 nodes for /sys/class/mtd/mtdX/ . They are only created 25 nodes for /sys/class/mtd/mtdX/ .
27 (for the benefit of udev) if CONFIG_MTD_CHAR is enabled.
28 26
29What: /sys/class/mtd/mtdX/dev 27What: /sys/class/mtd/mtdX/dev
30Date: April 2009 28Date: April 2009