aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Sojka <sojkam1@fel.cvut.cz>2014-10-10 09:06:17 -0400
committerBrian Norris <computersforpeace@gmail.com>2014-11-05 04:17:56 -0500
commite76064464e814bdfe12d0f73d859488e28578946 (patch)
treecbb5d5236979055b6e13736429cdd02c8f390caa
parent7a442f171af8d33b06f117fe7e13e1d089e9cc04 (diff)
mtd: update help of CONFIG_MTD_OF_PARTS
The help text of CONFIG_MTD_OF_PARTS refers to additional documentation in booting-without-of.txt but this documentation was moved to another file in commit efcc2da3fd148c9acb7d7cf1d9800e0649f950fc (Stefan Roese: Factor MTD physmap bindings out of booting-without-of). This updates the help text to point to the right place. Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz> [Brian: fixed doc reference] Signed-off-by: Brian Norris <computersforpeace@gmail.com>
-rw-r--r--drivers/mtd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 94b821042d9d..71fea895ce38 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -133,7 +133,7 @@ config MTD_OF_PARTS
133 help 133 help
134 This provides a partition parsing function which derives 134 This provides a partition parsing function which derives
135 the partition map from the children of the flash node, 135 the partition map from the children of the flash node,
136 as described in Documentation/devicetree/booting-without-of.txt. 136 as described in Documentation/devicetree/bindings/mtd/partition.txt.
137 137
138config MTD_AR7_PARTS 138config MTD_AR7_PARTS
139 tristate "TI AR7 partitioning support" 139 tristate "TI AR7 partitioning support"