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>
This commit is contained in:
Artem Bityutskiy 2013-03-14 13:09:08 +02:00 committed by David Woodhouse
parent 660685d9d1
commit 880113eff2

View File

@ -14,8 +14,7 @@ Description:
The /sys/class/mtd/mtd{0,1,2,3,...} directories correspond The /sys/class/mtd/mtd{0,1,2,3,...} directories correspond
to each /dev/mtdX character device. These may represent to each /dev/mtdX character device. These may represent
physical/simulated flash devices, partitions on a flash physical/simulated flash devices, partitions on a flash
device, or concatenated flash devices. They exist regardless device, or concatenated flash devices.
of whether CONFIG_MTD_CHAR is actually enabled.
What: /sys/class/mtd/mtdXro/ What: /sys/class/mtd/mtdXro/
Date: April 2009 Date: April 2009
@ -23,8 +22,7 @@ KernelVersion: 2.6.29
Contact: linux-mtd@lists.infradead.org Contact: linux-mtd@lists.infradead.org
Description: Description:
These directories provide the corresponding read-only device These directories provide the corresponding read-only device
nodes for /sys/class/mtd/mtdX/ . They are only created nodes for /sys/class/mtd/mtdX/ .
(for the benefit of udev) if CONFIG_MTD_CHAR is enabled.
What: /sys/class/mtd/mtdX/dev What: /sys/class/mtd/mtdX/dev
Date: April 2009 Date: April 2009