summaryrefslogtreecommitdiff
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorFrank Svendsboe <frank.svendsboe@gmail.com>2012-05-18 00:43:09 +0400
committerBen Hutchings <ben@decadent.org.uk>2012-06-10 17:41:56 +0400
commitaa0a578e649c62a9060315cb0e658ef8dd0161e2 (patch)
tree2d361ded68ca543ea82f391e6aa01eed9e4dbcaf /drivers/mtd/Kconfig
parent65ca1815cd3b349988eeaa24a0fffe0d02629035 (diff)
downloadlinux-aa0a578e649c62a9060315cb0e658ef8dd0161e2.tar.xz
mtd: of_parts: fix breakage in Kconfig
commit 2e929d001e85126d9267de373d4b76014789661d upstream. MTD_OF_PARTS and the default setting is not working due to using 'Y' instead of 'y', introduced in commit d6137badeff1ef64b4e0092ec249ebdeaeb3ff37. This made our board, and possibly other boards using DTS defined partitions and not having CONFIG_MTD_OF_PARTS=y defined in the defconfig, fail to mount root. Signed-off-by: Frank Svendsboe <frank.svendsboe@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 318a869286ab..4035b6db7fa4 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -128,7 +128,7 @@ config MTD_AFS_PARTS
config MTD_OF_PARTS
tristate "OpenFirmware partitioning information support"
- default Y
+ default y
depends on OF
help
This provides a partition parsing function which derives