it's "default y" not "default Y"
The typo was introduced in 3.1 by
Dmitry Eremin-Solenikov [off-list ref]
since commit
d6137badeff1ef64b4e0092ec249ebdeaeb3ff37
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>
Cc: Dmitry Eremin-Solenikov <redacted>
Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
---
drivers/mtd/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 1be6218..5e78236 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
--
1.7.7